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 b13ff1e commit 9e3c00bCopy full SHA for 9e3c00b
starter/03-CSS-Fundamentals/index.html
@@ -17,7 +17,7 @@ <h5>The Basic Language of the Web: HTML</h5>
17
<h6>The Basic Language of the Web: HTML</h6>
18
-->
19
20
- <header>
+ <header class="main-header">
21
<h1>📘 The Code Magazine</h1>
22
23
<nav>
starter/03-CSS-Fundamentals/style.css
@@ -5,6 +5,13 @@ h4,
5
p,
6
li {
7
font-family: sans-serif;
8
+ color: #444;
9
+}
10
+
11
+h1,
12
+h2,
13
+h3 {
14
+ color: #1098ad;
15
}
16
h1 {
@@ -61,3 +68,16 @@ li {
61
68
.related {
62
69
list-style: none;
63
70
71
72
+.main-header {
73
+ background-color: #f7f7f7;
74
75
76
+aside {
77
78
+ border: 5px solid #1098ad;
79
80
81
+body {
82
+ /* background-color: blue; */
83
0 commit comments