Skip to content

Commit 7f21a5e

Browse files
committed
Completed Styling Text
1 parent 7bcd2e1 commit 7f21a5e

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: 25px;
15+
font-family: sans-serif;
16+
}
17+
18+
h4 {
19+
font-size: 18px;
20+
font-family: sans-serif;
21+
text-transform: uppercase;
22+
text-align: center;
23+
}
24+
25+
p {
26+
font-size: 16px;
27+
font-family: sans-serif;
28+
line-height: 1.5;
29+
}
30+
31+
li {
32+
font-size: 15px;
33+
font-family: sans-serif;
334
}

0 commit comments

Comments
 (0)