Skip to content

Commit bb8d055

Browse files
committed
basic styling
1 parent f69ad9b commit bb8d055

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
11
h1 {
22
color: blue;
3+
font-size: 26px;
4+
font-family: sans-serif;
5+
text-transform: uppercase;
6+
font-style: italic;
7+
}
8+
h2 {
9+
font-size: 40px;
10+
font-family: sans-serif;
11+
}
12+
h3 {
13+
font-size: 30px;
14+
font-family: sans-serif;
15+
}
16+
h4 {
17+
font-size: 20px;
18+
font-family: sans-serif;
19+
text-transform: uppercase;
20+
text-align: center;
21+
}
22+
p {
23+
font-size: 22px;
24+
font-family: sans-serif;
25+
line-height: 1.5;
26+
}
27+
li {
28+
font-family: sans-serif;
29+
font-size: 20px;
330
}

0 commit comments

Comments
 (0)