Difference between revisions of "Msc1G2:Test"

From uf
Jump to: navigation, search
Line 188: Line 188:
 
</span>
 
</span>
 
</div>
 
</div>
 +
 +
 +
*{
 +
    -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;
 +
}

Revision as of 18:21, 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;

}