-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
61 lines (52 loc) · 830 Bytes
/
style.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
body {
font-family: sans-serif;
font-size: 19px;
line-height: 1.5;
border: 3px solid;
color: #eee;
background: black;
margin: 30px;
padding: 50px;
-webkit-text-stroke-width: .5px;
-webkit-text-stroke-color: grey;
}
nav {
color: #999;
text-align: center;
}
a {
font-weight: bold;
color: #0C9;
}
h1 {
font-family: Georgia, serif;
font-weight: normal;
text-align: center;
color: #fff;
font-style: italic;
margin-top: 0;
}
h2 {
color: #fff;
border-top: 1px solid light green;
}
p {
font-family: Georgia, serif;
margin-top: 0;
margin-bottom: 27px;
font-size: 27px;
}
img {
float: right;
padding: 5px;
order: 1px solid #999;
margin-left: 20px;
margin-bottom: 20px;
border: 1px solid gray;
width:50%;
height: auto;
}
footer {
text-align: center;
border-top: 1px solid grey;
}