File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ <h5>The Basic Language of the Web: HTML</h5>
16
16
<h6>The Basic Language of the Web: HTML</h6>
17
17
-->
18
18
19
- < header >
19
+ < header class =" main-header " >
20
20
< h1 > 📘 The Code Magazine</ h1 >
21
21
22
22
< nav >
Original file line number Diff line number Diff line change 1
1
h1 , h2 , h3 , h4 , p , li {
2
2
font-family : sans-serif;
3
+ color : # 444 ;
4
+ }
5
+
6
+ h1 , h2 , h3 {
7
+ color : # 1098ad ;
3
8
}
4
9
5
10
h1 {
@@ -47,6 +52,10 @@ footer p {
47
52
font-size : 16px ;
48
53
}
49
54
55
+ .main-header {
56
+ background-color : # f7f7f7 ;
57
+ }
58
+
50
59
/*Class selector*/
51
60
.related-author {
52
61
font-size : 18px ;
@@ -55,4 +64,10 @@ footer p {
55
64
56
65
.related-posts-list {
57
66
list-style : none;
67
+ }
68
+
69
+ aside {
70
+ background-color : # f7f7f7 ;
71
+ border-top : 5px solid # 1098ad ;
72
+ border-bottom : 5px solid # 1098ad ;
58
73
}
You can’t perform that action at this time.
0 commit comments