Skip to content

Commit 97a2d87

Browse files
author
MichaelNuechterlein
committed
Add destination to Scotland
1 parent 4dd7316 commit 97a2d87

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

css/app.css

+4
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,7 @@ h2 {
6666
#paris {
6767
background-color: #d32f2f;
6868
}
69+
70+
#scotland {
71+
background-color: #388e3c;
72+
}

index.html

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ <h2>Florida</h2>
2525
<div class="destination" id="paris">
2626
<h2>Paris</h2>
2727
</div>
28+
29+
<div class="destination" id="scotland">
30+
<h2>Scotland</h2>
31+
</div>
2832
</div>
2933
</div>
3034

0 commit comments

Comments
 (0)