-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
66 lines (55 loc) · 938 Bytes
/
index.css
File metadata and controls
66 lines (55 loc) · 938 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
54
55
56
57
58
59
60
61
62
63
64
65
66
p{
color: white;
font-size: 1em;
text-align: center;
padding: 5px;
border: 10px;
border-color: blue;
background-color: blue;
border-style: ridge;
box-shadow: 30px;
border-radius: 22px;
}
body{
background-color: white;
font-size: 3em;
text-align: center;
padding: 5px;
border: 10px;
border-color: blue;
border-style: ridge;
box-shadow: 50px;
border-radius: 22px;
}
#id1 #id2 #id3 #id5 #id6 #id7{
color: white;
font-size: .4em;
text-align: center;
padding: 5px;
border: 10px;
border-color: blue;
background-color: blue;
border-style: ridge;
box-shadow: 30px;
border-radius: 22px;
}
#r1 #r2 #r3 #r5 #r6 #r7{
color: white;
font-size: .4em;
text-align: center;
padding: 5px;
border: 10px;
border-color: blue;
background-color: white;
border-style: ridge;
box-shadow: 30px;
border-radius: 22px;
}
ol{
background-color: blue;
padding: 20px;
color: white;
}
#f1{
padding: 20px;
}