We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5388879 commit c1480eaCopy full SHA for c1480ea
css/main.css
@@ -0,0 +1,43 @@
1
+body {
2
+ margin: 60px auto;
3
+ width: 70%;
4
+}
5
+nav ul, footer ul {
6
+ font-family:'Helvetica', 'Arial', 'Sans-Serif';
7
+ padding: 0px;
8
+ list-style: none;
9
+ font-weight: bold;
10
11
+nav ul li, footer ul li {
12
+ display: inline;
13
+ margin-right: 20px;
14
15
+a {
16
+ text-decoration: none;
17
+ color: #999;
18
19
+a:hover {
20
+ text-decoration: underline;
21
22
+h1 {
23
+ font-size: 3em;
24
25
26
+p {
27
+ font-size: 1.5em;
28
+ line-height: 1.4em;
29
+ color: #333;
30
31
+footer {
32
+ border-top: 1px solid #d5d5d5;
33
+ font-size: .8em;
34
35
+
36
+ul.posts {
37
+ margin: 20px auto 40px;
38
39
40
41
+ul.posts li {
42
43
0 commit comments