Difference between revisions of "Msc1G2:Test"

From uf
Jump to: navigation, search
Line 14: Line 14:
 
padding: 0px;
 
padding: 0px;
 
border: 0px;
 
border: 0px;
background: #BBBDC0;
+
background: #DFE21C;
 
}
 
}
  
Line 38: Line 38:
 
border: 2px;
 
border: 2px;
 
border-style: solid;
 
border-style: solid;
border-color: #DFE21C;
+
border-color: #BBBDC0;
 
}
 
}
  

Revision as of 20:19, 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;

}