Skip to content

Commit c1480ea

Browse files
authored
Create main.css
1 parent 5388879 commit c1480ea

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

Diff for: css/main.css

+43
Original file line numberDiff line numberDiff line change
@@ -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+
font-family:'Helvetica', 'Arial', 'Sans-Serif';
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+
font-size: 1.5em;
39+
}
40+
41+
ul.posts li {
42+
list-style: none;
43+
}

0 commit comments

Comments
 (0)