Skip to content

Commit

Permalink
added scotland
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonmusumuri committed May 27, 2024
1 parent a5e5611 commit 1a7a832
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,8 @@ h2 {

#paris {
background-color: #d32f2f;
}

#scotland {
background-color: #388e3c;
}
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ <h2>Florida</h2>
<div class="destination" id="paris">
<h2>Paris</h2>
</div>
<div class="destination" id="scotland">
<h2>Scotland</h2>
</div>
</div>
</div>

Expand Down

0 comments on commit 1a7a832

Please sign in to comment.