Skip to content
Snippets Groups Projects
Commit 17847aa0 authored by rh885's avatar rh885
Browse files

Update index.css, index.html

parent 078c72c1
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,8 @@ h1 { ...@@ -14,6 +14,8 @@ h1 {
#homePageJumbo { #homePageJumbo {
background-color:#002f6c; background-color:#002f6c;
height:100px; height:100px;
padding:15px;
margin:0px;
...@@ -46,12 +48,16 @@ h1 { ...@@ -46,12 +48,16 @@ h1 {
} }
.clickables { .clickables {
float:left; float:left;
width:20%; width:25%;
height:400px; height:400px;
opacity:75%; opacity:75%;
border-style:solid; border-style:solid;
border-color:black; border-color:black;
border-width:2px; border-width:2px;
color:black;
}
.clickables {
} }
.resturants { .resturants {
...@@ -75,3 +81,28 @@ h1 { ...@@ -75,3 +81,28 @@ h1 {
} }
/* implement cool thing on the slogan where it glows */ /* implement cool thing on the slogan where it glows */
.sub_section {
height:75px;
width:100%;
opacity:75%;
border-style:solid;
border-color:black;
color:black;
}
#restaurants_section {
background-color:red;
}
#classes_section {
background-color:blue;
}
#professors_section {
background-color:purple;
}
#dorms_section {
background-color:orange;
}
...@@ -26,14 +26,28 @@ ...@@ -26,14 +26,28 @@
<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">
<a href="restaurants.html">
<div class="clickables resturants"> <div class="clickables resturants">
<h1>Restaurants</h1>
</div> </div>
</a>
<a href="classes.html">
<div class="clickables" id="classes"> <div class="clickables" id="classes">
<h1>Classes</h1>
</div> </div>
</a>
<a href="professors.html">
<div class="clickables" id="professors"> <div class="clickables" id="professors">
<h1>Professors</h1>
</div> </div>
</a>
<a href="dorms.html">
<div class="clickables" id="dorms"> <div class="clickables" id="dorms">
<h1>Dorms</h1>
</div> </div>
</a>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment