diff --git a/index.html b/index.html index be868ec..f1643b9 100644 --- a/index.html +++ b/index.html @@ -154,16 +154,16 @@

Historical Events

-

Top 5 places to visit

-
- -
+
  • Gulf State Park
  • +
  • Montgomery in general
  • +
  • Muscle Shoals
  • +
    -

    More info at:

    https://www.tripadvisor.com/Attractions-g28922-Activities-Alabama.html +

    More info at:

    https://www.tripadvisor.com/Attractions-g28922-Activities-Alabama.html & https://tourism.alabama.gov/group-and-international-travel/tour-itineraries/10-top-sites-on-the-u-s-civil-rights-trail/
    diff --git a/style.css b/style.css index ee9c882..ad546b7 100644 --- a/style.css +++ b/style.css @@ -194,6 +194,21 @@ body *{ } +/*Top 5 places to visit*/ + + + +#top5 { + display: grid; + position: relative; + width: 100%; + height: 100%; + justify-items: center; + align-items: center; + grid-template-columns: 100%; + grid-template-rows: repeat(5,1fr); +} +