Difference between revisions of "Template:Team:TU Eindhoven/Project Safety CSS"

 
(5 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
#beadImg{
 
#beadImg{
 
float: left;
 
float: left;
width: 200px;
+
margin-left: 40px;
 +
width: 250px;
 
height: 400px;
 
height: 400px;
 +
}
 +
 +
#Bead{
 +
width: 222px;
 +
height: 160px;
 +
margin-bottom: 10px;
 
}
 
}
  
 
</html>
 
</html>

Latest revision as of 01:25, 19 September 2015

#beadCont{ width: 100%; height: 340px; } #beadVid{ width: 600px; height: 337.5px; float: left; } #beadImg{ float: left; margin-left: 40px; width: 250px; height: 400px; } #Bead{ width: 222px; height: 160px; margin-bottom: 10px; }