Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: udacity/course-collaboration-travel-plans
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: abandoh/course-collaboration-travel-plans
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 28, 2020

  1. Copy the full SHA
    bd450b7 View commit details

Commits on Feb 10, 2020

  1. Add Abandoh's destinations

    abandoh committed Feb 10, 2020
    Copy the full SHA
    f8af6a5 View commit details
Showing with 24 additions and 0 deletions.
  1. +12 −0 css/app.css
  2. +12 −0 index.html
12 changes: 12 additions & 0 deletions css/app.css
Original file line number Diff line number Diff line change
@@ -58,3 +58,15 @@ h2 {
#barcelona {
background-color: #800000;
}

#accra {
background-color: rgb(185, 11, 11);
}

#kumasi {
background-color: gold;
}

#takoradi {
background-color: rgb(2, 63, 2);
}
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -17,6 +17,18 @@ <h2>Belize</h2>
<div class="destination" id="barcelona">
<h2>Barcelona</h2>
</div>

<div class="destination" id="accra">
<h2>Accra</h2>
</div>

<div class="destination" id="kumasi">
<h2>Kumasi</h2>
</div>

<div class="destination" id="takoradi">
<h2>Takoradi</h2>
</div>
</div>
</div>