Skip to content

Commit 55ff686

Browse files
committed
Create basic.css
Created initial basic.css.
1 parent de9c63f commit 55ff686

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

css/basic.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
body {
2+
font-family: Verdana, Arial, sans-serif;
3+
padding: 1em;
4+
line-height: 1.5em;
5+
}
6+
h1, h2, h3, h4, h5, h6 {
7+
font-family: "Gill Sans", sans-serif;
8+
font-weight: normal;
9+
}
10+
h1 {
11+
background-color: #CCC;
12+
margin-top: 0;
13+
line-height: 1.5em;
14+
}
15+
h2, h3, h4, h5 {
16+
background-color: #EEE;
17+
text-transform: uppercase;
18+
}

0 commit comments

Comments
 (0)