From 6d9c6bf6f7f545476f0efb0db2e3414fd1231cd4 Mon Sep 17 00:00:00 2001 From: Cyborgnetical Date: Thu, 21 Mar 2024 23:03:54 -0700 Subject: [PATCH] HAHA MY COMPUTER IS ALIVEEEEEEEEEE --- index.html | 14 +++++++------- style.css | 15 +++++++++++++++ 2 files changed, 22 insertions(+), 7 deletions(-) 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

-
-
    +

    Top 5 places to visit in Alabama

    +
    1. USS ALABAMA Battleship Memorial Park
    2. Barber Vintage Motorsports Museum
    3. -
    4. -
-
+
  • Gulf State Park
  • +
  • Montgomery in general
  • +
  • Muscle Shoals
  • +
    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); +} +