diff --git a/index.html b/index.html index d67551a..f20552a 100644 --- a/index.html +++ b/index.html @@ -23,10 +23,10 @@
london
- +
- +
31 0 diff --git a/style.css b/style.css index 7c8c3fb..9c5500d 100644 --- a/style.css +++ b/style.css @@ -80,6 +80,7 @@ main ul { main li { background-color: #f78a55; + color: white; border-radius: 10px; padding: 20px 10px; background-image: linear-gradient( @@ -90,9 +91,16 @@ main li { font-weight: bold; font-size: small; } - main li i{ font-size: 2em; display: block !important; margin: 20px 0; +} + +main li:nth-child(2){ +background-color: #b56291; +} + +main li:nth-child(3){ + background-color: #48567b; } \ No newline at end of file