Skip to content

Commit

Permalink
Add destination florida paris scotland
Browse files Browse the repository at this point in the history
Add destination Paris

Add destination scotland
  • Loading branch information
Richie Thayil committed Jun 20, 2024
1 parent 3607d5d commit 0fe9d34
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,15 @@ h2 {
#barcelona {
background-color: #800000;
}

#florida {
background-color: #03a9f4;
}

#paris {
background-color: #d32f2f;
}

#scotland {
background-color: #388e3c;
}
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ <h2>Belize</h2>

<div class="destination" id="barcelona">
<h2>Barcelona</h2>
</div>

<div class="destination" id="florida">
<h2>Florida</h2>
</div>

<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 0fe9d34

Please sign in to comment.