-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
70 lines (61 loc) · 886 Bytes
/
styles.css
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
67
68
69
70
html {
font-family: sans-serif;
background: #f8f4f0;
}
ol {
list-style-type: none;
margin: 0 auto;
width: 600px;
font-style: italic;
}
li {
position: relative;
padding: none;
background-color: #ddd;
height: 86px;
}
li:nth-child(odd) {
background-color: #ccc;
}
em {
color: #aaa;
position: absolute;
left: -50px;
top: 20px;
width: 40px;
font-size: 36px;
text-align: right;
}
.organization span {
color: #844;
}
span {
font-style: normal;
position: absolute;
left: 100px;
top: 19px;
overflow: hidden;
height: 50px;
}
img {
position: absolute;
left: 3px;
top: 3px;
border-radius: 5px;
}
a {
display: block;
text-decoration: none;
font-size: 40px;
color: #222;
}
small {
width: 80px;
font-size: 16px;
font-weight: bold;
position: absolute;
text-align: right;
right: 8px;
bottom: 3px;
color: #fff;
}