-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
72 lines (61 loc) · 1.23 KB
/
stylesheet.css
File metadata and controls
72 lines (61 loc) · 1.23 KB
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
71
72
body{
background: url(imgs/paper.png) repeat fixed;
-moz-background-size: cover;
-o-background-size: cover;
-background-size: cover;
}
img {
width: 30vw;
border: sold black .1em;
margin-right: auto;
margin-left: auto;
display: block;
border-radius: 50%
}
section li {
list-style-type: none;
text-align: center;
color: #262626;
text-transform: lowercase;
margin: 1.25em;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-size: 1em;
line-height: 1.3em;
font-color: #404040;
font-weight: lighter;
font-style: normal;
}
section a:link {
text-decoration: none;
color: #003380;
}
section a:visited{
text-decoration: none;
}
section a:hover {
text-decoration: underline;
}
article {
color: #494949;
padding: .5em;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-size: 1em;
line-height: 1.3em;
font-weight: lighter;
font-style: normal;
margin-top: -2em;
}
@media (min-width: 1000px) {
article {
margin-left: 15em;
margin-right: 15em;
margin-top: -2em;
margin-bottom: 1em;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-size: 1em;
line-height: 1.3em;
color: #494949;
font-weight: lighter;
font-style: normal;
}
}