forked from remy/mit-license
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwillpower.css
72 lines (59 loc) · 871 Bytes
/
willpower.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
71
72
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
* {
margin: 0;
padding: 0;
box-sizing: boder-box;
}
img {
border: 0;
}
body {
background: #fff;
font: 16px/28px "Roboto", sans-serif;
color: #888;
}
article, footer {
display: block;
max-width: 720px;
margin: 0 auto;
}
article {
padding: 20px;
}
footer {
padding: 0 20px;
text-align: center;
font-size: 12px;
}
h1 {
font-size: 24px;
line-height: 32px;
color: #399;
}
a, a:visited {
color: #369;
padding: 4px;
text-decoration: none;
}
a:active, a:hover {
text-decoration: underline;
}
a img {
position: absolute;
top: 0;
right: 0;
}
article p {
margin: 10px 0;
}
article p:last-child {
border-left: 2px solid #399;
padding-left: 10px;
}
#gravatar {
float: right;
margin: 1em;
width: 80px;
height: 80px;
border-radius: 40px;
}