Difference between revisions of "Team:BostonU/HomeOne"

Line 10: Line 10:
  
  
#one {
+
.one {
 
width:25%;
 
width:25%;
height:200px;
+
height:250px;
background-image: url("https://static.igem.org/mediawiki/2016/3/3f/T--BostonU--Stars.jpg") no-repeat center center fixed;
+
display:inline-block;
background-size:cover;
+
background-image: url("https://static.igem.org/mediawiki/2016/3/3f/T--BostonU--Stars.jpg");
 +
background-size:100%;
 +
opacity:.3;
 +
transition:opacity, 1s;
  
 
}
 
}
Line 32: Line 35:
  
 
<div style = "background-color:black;">
 
<div style = "background-color:black;">
<div id = 'one'>
+
<div class = 'one'></div><div class = 'one'></div><div class = 'one'></div><div class = 'one'></div>
</div>
+
 
</div>
 
</div>
  
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 16:27, 11 August 2016