-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtiling.html
41 lines (41 loc) · 849 Bytes
/
tiling.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<style>
code {
background-color: rgba(36, 36, 36, 0.6);
border-radius: 3px;
padding: 0 3px;
}
body {
background-image: url("sitebg.jpg");
background-color: #cccccc;
background-repeat: no-repeat;
background-attachment: fixed;
color: #ffcad2;
}
div {
background: rgba(36, 36, 36, 0.5);
width: 800px;
border: 15px solid green;
padding: 50px;
margin: 20px;
border: 2px;
border-radius: 12px;
padding: 10px;
color: #ffd6d6;
text-align: left;
box {
background: rgba(36, 36, 36, 0.5);
width: 580px;
border: 15px solid green;
padding: 50px;
margin: 20px;
border: 2px;
border-radius: 12px;
padding: 10px;
color: #ffd6d6;
text-align: left;
}
</style>
<center><div style="text-align: left;">
<center><h1>Tiling Window Managers</h1></center><br>
WMs! WMs! WMs! WMs! !!! !!! !!! !!!
</center></div>