diff --git a/index.css b/index.css index ed1c3bfce53354626728f784ba9e83913f316b82..d084fd3caa023800c1cf3309551dc530e121285e 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 25c11a3153d580afdeb210213fa4e4e956f7383d..54b1907f2cf86539838e563162e17221490a63ac 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>