Skip to content

Commit

Permalink
Adding Basel travel destinations
Browse files Browse the repository at this point in the history
  • Loading branch information
baselsamy committed Sep 11, 2024
1 parent 3607d5d commit 406fc84
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,13 @@ h2 {
#barcelona {
background-color: #800000;
}

#cairo {
background-color: #c7f60c;
}
#tokyo {
background-color: #0cf6bc;
}
#london {
background-color: #d70cb5;
}
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ <h2>Belize</h2>
<div class="destination" id="barcelona">
<h2>Barcelona</h2>
</div>

<div class="destination" id="cairo">
<h2>Cairo</h2>
</div>
<div class="destination" id="tokyo">
<h2>Tokyo</h2>
</div>
<div class="destination" id="london">
<h2>London</h2>
</div>
</div>
</div>

Expand Down

0 comments on commit 406fc84

Please sign in to comment.