ex01.css
770 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
a {
text-decoration: none;
color: #2f58c2;
}
h1 {
font-size: 3em;
text-align: center;
border: 2px solid #dd2c7c;
background-color: #e442a8;
width: 90%;
border-radius: 10px;
margin: 30px auto;
}
h1 > a {
text-decoration: none;
color: #fff;
}
#main-img {
width: 100%
}
blockquote {
border: 1px solid #f1f5a9;
border-left: 30px solid #f1f5a9;
padding: 10px;
margin-left: 0px;
}
ul > li {
margin: 10px;
}
span.type {
font-size: 1.1em;
margin-right: 2em;
font-weight: bold;
}
.highlight {
color: #e80859;
}
ol {
margin: 1px 0;
padding: 0;
width: 100%;
}
ol > li {
list-style: none;
width: 200px;
float: left;
text-align: center;
padding: 0 10px;
line-height: 130px;
background: #eee;
margin: 10px 5px;
}