Skip to content
Snippets Groups Projects
Commit c91d2931 authored by sm4797's avatar sm4797
Browse files

Update index.html, index.css

parent 98356f3e
No related tags found
No related merge requests found
...@@ -13,28 +13,65 @@ h1 { ...@@ -13,28 +13,65 @@ h1 {
#homePageJumbo { #homePageJumbo {
background-color:#002f6c; background-color:#002f6c;
height:100px;
} }
.jumbotext {
text-align:center;
float:left;
width:33%;
}
#homepageTitle { #homepageTitle {
color:#ffc915; color:#ffc915;
font-size:100px; font-size:30px;
} }
#homePageSlogan { #homePageSlogan1 {
text-align:center;
color:#ffc915; color:#ffc915;
font-size:35px; font-size:20px;
font-style:italic; font-style:italic;
} }
#homePageSlogan2 {
color:#ffc915;
font-size:20px;
font-style:italic;
}
.row {
}
.clickables { .clickables {
cursor: pointer; float:left;
width:20%;
height:400px;
opacity:75%;
border-style:solid;
border-color:black;
border-width:2px;
} }
/*I added this, Sam */
.resturants {
background-color:red;
}
.resturants:hover .clickables{
width:33%;
padding:105px;
}
#classes {
background-color:blue;
}
#professors {
background-color:purple;
}
#dorms {
background-color:orange;
}
/* implement cool thing on the slogan where it glows */ /* implement cool thing on the slogan where it glows */
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<h2 class="jumbotext" id="homePageSlogan2" >By the Students </h2> <h2 class="jumbotext" id="homePageSlogan2" >By the Students </h2>
</div> </div>
<div class="row"> <div class="row">
<div class="clickables" id="restaurants"> <div class="clickables resturants">
</div> </div>
<div class="clickables" id="classes"> <div class="clickables" id="classes">
</div> </div>
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment