We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd7316 commit 97a2d87Copy full SHA for 97a2d87
css/app.css
@@ -66,3 +66,7 @@ h2 {
66
#paris {
67
background-color: #d32f2f;
68
}
69
+
70
+#scotland {
71
+ background-color: #388e3c;
72
+}
index.html
@@ -25,6 +25,10 @@ <h2>Florida</h2>
25
<div class="destination" id="paris">
26
<h2>Paris</h2>
27
</div>
28
29
+ <div class="destination" id="scotland">
30
+ <h2>Scotland</h2>
31
+ </div>
32
33
34
0 commit comments