From e79bf67b8bd3f5cd9fe1dbd4eab956c0a462564f Mon Sep 17 00:00:00 2001
From: sm4797 <sm4797@drexel.edu>
Date: Thu, 16 Feb 2023 04:15:03 +0000
Subject: [PATCH] Update index.html, index.css
---
index.css | 6 +++++-
index.html | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/index.css b/index.css
index ed1c3bf..d084fd3 100644
--- a/index.css
+++ b/index.css
@@ -31,5 +31,9 @@ h1 {
}
+.clickables {
+ cursor: pointer;
+}
+
-/* implement cool thing on the slogan where it glows */
\ No newline at end of file
+/* implement cool thing on the slogan where it glows */
diff --git a/index.html b/index.html
index 25c11a3..54b1907 100644
--- a/index.html
+++ b/index.html
@@ -26,7 +26,7 @@
<h2 class="jumbotext" id="homePageSlogan2" >By the Students </h2>
</div>
<div class="row">
- <div class="clickables" id="resturants">
+ <div class="clickables" id="restaurants">
</div>
<div class="clickables" id="classes">
</div>
--
GitLab