-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathstyle.css
More file actions
53 lines (49 loc) · 720 Bytes
/
style.css
File metadata and controls
53 lines (49 loc) · 720 Bytes
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
42
43
44
45
46
47
48
49
50
51
52
53
p {
margin-left:-210px;
position:absolute;
font-size: 900%;
width:410px;
left:50%;
}
.white{
display:inline-block;
background:white;
height:100px;
width:100px;
float: left;
border: 10px solid #333;
}
.grey{
display:inline-block;
background:#333;
height:100px;
width:100px;
float: right;
}
.box{
position:absolute;
height:100px;
width:350px;
top:200px;
left:50%;
margin-left:-175px;
}
td {
border: 1px solid #333;
height: 100px;
width: 100px;
border-style: solid;
border-width: 15px;
visibility: hidden;
}
table{
position:absolute;
left:50%;
margin-left:-150px;
top:10%;
}
html{
width:100%;
height:100%;
background:linear-gradient(#f7aeb7, #ffcccc, #ffeee6);
}