Difference between revisions of "Team:BostonU/HomeOne"

Line 27: Line 27:
 
background-repeat:no-repeat;
 
background-repeat:no-repeat;
 
background-size:cover;
 
background-size:cover;
 +
}
 +
 +
.show {
 +
transition:display, 2s;
 
}
 
}
  
Line 34: Line 38:
  
 
<div style = "width:100%; height:400px; background-color:green;" id = "one" class = "show"></div>
 
<div style = "width:100%; height:400px; background-color:green;" id = "one" class = "show"></div>
<div style = "width:100%; height:400px; background-color:purple; display:none;" id = "two"></div>
+
<div style = "width:100%; height:400px; background-color:purple; display:none;" id = "two" class = "show"></div>
<div style = "width:100%; height:400px; background-color:black; display:none;" id = "three"></div>
+
<div style = "width:100%; height:400px; background-color:black; display:none;" id = "three" class = "show"></div>
<div style = "width:100%; height:400px; background-color:yellow; display:none;" id = "four"></div>
+
<div style = "width:100%; height:400px; background-color:yellow; display:none;" id = "four" class = "show"></div>
 
</div>
 
</div>
 
<div style = "width:200px; height:100px; background-color:red; text-align:center; font-size:300%;" id = "forward"><br>></div>
 
<div style = "width:200px; height:100px; background-color:red; text-align:center; font-size:300%;" id = "forward"><br>></div>

Revision as of 16:40, 14 August 2016


>

<

Project

Human Practices

Team

Other