diff --git a/week-1/7-css-box/index.html b/week-1/7-css-box/index.html index 1e9fd37fc..f3d301b30 100644 --- a/week-1/7-css-box/index.html +++ b/week-1/7-css-box/index.html @@ -5,7 +5,6 @@ 7. CSS Box Model - HTML, CSS and Git Exercises - @@ -21,14 +20,6 @@
  • Andorra
  • Angola
  • -
    - 1 - 2 - 3 - ... - 38 - Showing 5 of 190 -
    diff --git a/week-1/7-css-box/styles.css b/week-1/7-css-box/styles.css index 013b94f1e..a1b8d60f7 100644 --- a/week-1/7-css-box/styles.css +++ b/week-1/7-css-box/styles.css @@ -1,6 +1,10 @@ /* Try different box model properties below */ -.pages__page { - border: 1px solid #4491db; - border-radius: 4px; +.countries { + list-style: none; + border-bottom: 1px solid #bbb; +} + +.country { background: #fff; + border: 1px solid rgba(0, 0, 0, 0.2); }