Difference between revisions of "Msc1G2:Test"

From uf
Jump to: navigation, search
Line 38: Line 38:
 
border: 2px;
 
border: 2px;
 
border-style: solid;
 
border-style: solid;
border-color: #BBBDC0;
+
border-color: #DFE21C;
 
}
 
}
  
Line 89: Line 89:
  
 
</style>
 
</style>
<img src="http://uf.roboticbuilding.eu/images/5/52/Header2.gif" style="width:850px;height:400px">
 
 
</html>
 
</html>
 
<div id="headercontainer">
 
<div id="headercontainer">

Revision as of 21:17, 1 February 2018






Products hyperbody illustrator 01-01.jpg Products hyperbody illustrator 02-01.jpg

Products hyperbody illustrator 03-01-01.jpg
Products hyperbody illustrator 04-01-01.jpg

APPROACH



Koen Martens - Szymon Lapaj - Arav Kumar - Mary Ann Berendson - Dafne Swank - Hidde Manders




  • {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;

} html, body{

   height: 100%;
   margin: 0;
   padding: 0;
   background-color: #333;
   overflow: hidden;

} canvas{

   background-color: #000;

}