We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bcd2e1 commit 7f21a5eCopy full SHA for 7f21a5e
myWork/03-CSS-Fundamentals/style.css
@@ -1,3 +1,34 @@
1
h1 {
2
- color: blue;
+ 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
11
12
13
+h3 {
14
+ font-size: 25px;
15
16
17
18
+h4 {
19
+ font-size: 18px;
20
21
22
+ text-align: center;
23
24
25
+p {
26
+ font-size: 16px;
27
28
+ line-height: 1.5;
29
30
31
+li {
32
+ font-size: 15px;
33
34
}
0 commit comments