Skip to content

Commit a109e66

Browse files
committed
Added styles for h1, h2, h3 and h4 headings. Added styles also for paragraphs and for the list items.
1 parent a05a412 commit a109e66

File tree

1 file changed

+32
-1
lines changed

1 file changed

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

0 commit comments

Comments
 (0)