diff --git a/index.html b/index.html
index be868ec..f1643b9 100644
--- a/index.html
+++ b/index.html
@@ -154,16 +154,16 @@
Historical Events
-
-
-
+
+
- USS ALABAMA Battleship Memorial Park
- Barber Vintage Motorsports Museum
-
-
-
+
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);
+}
+