File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed
starter/03-CSS-Fundamentals Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ <h6>The Basic Language of the Web: HTML</h6>
20
20
< h1 > 📘 The Code Magazine</ h1 >
21
21
22
22
< nav >
23
+ <!-- <strong>this is a para</strong> -->
23
24
< a href ="blog.html "> Blog</ a >
24
25
< a href ="# "> Challenges</ a >
25
26
< a href ="# "> Flexbox</ a >
Original file line number Diff line number Diff line change
1
+ * {
2
+ /* border-top: 10px solid #1098ad; */
3
+ }
4
+
5
+ body {
6
+ color : # 444 ;
7
+ font-family : sans-serif;
8
+ }
9
+
1
10
h1 ,
2
11
h2 ,
3
12
h3 ,
4
13
h4 ,
5
14
p ,
6
- li {
7
- font-family : sans-serif;
8
- color : # 444 ;
9
- }
15
+ /* li { */
16
+ /* font-family: sans-serif; */
17
+ /* color: #444; */
18
+ /* } */
10
19
h1 ,
11
20
h2 ,
12
21
h3 {
@@ -116,3 +125,6 @@ a:active {
116
125
footer p {
117
126
color : orange;
118
127
}
128
+ nav {
129
+ font-size : 18px ;
130
+ }
You can’t perform that action at this time.
0 commit comments