Skip to content

Commit b0ca7f0

Browse files
committed
Styling text
1 parent a2af678 commit b0ca7f0

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

starter/CSS-Fundamentals/style.css

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

0 commit comments

Comments
 (0)