Difference between revisions of "Team:BostonU/HomeOne"

Line 36: Line 36:
 
#container {
 
#container {
 
width:100%;
 
width:100%;
height:80vh;
+
height:89vh;
 
position:absolute;
 
position:absolute;
 
background-color:blue;
 
background-color:blue;
Line 46: Line 46:
 
<body>
 
<body>
 
<div id = "container">
 
<div id = "container">
<div style = "width:80%; height:80vh; background-color:green;" id = "one" class = "show"></div>
+
<div style = "width:80%; height:89vh; background-color:green;" id = "one" class = "show"></div>
<div style = "width:80%; height:80vh; background-color:purple;" id = "two" class = "show"></div>
+
<div style = "width:80%; height:89vh; background-color:purple;" id = "two" class = "show"></div>
<div style = "width:80%; height:80vh; background-color:black;" id = "three" class = "show"></div>
+
<div style = "width:80%; height:89vh; background-color:black;" id = "three" class = "show"></div>
<div style = "width:80%; height:80vh; background-color:red;" id = "four" class = "show"></div>
+
<div style = "width:80%; height:89vh; background-color:red;" id = "four" class = "show"></div>
 
</div>
 
</div>
  

Revision as of 15:27, 16 August 2016

>
<