Difference between revisions of "Msc1G2:Test"

From uf
Jump to: navigation, search
Line 204: Line 204:
 
     background-color: #000;
 
     background-color: #000;
 
}
 
}
 
 
<p data-height="265" data-theme-id="0" data-slug-hash="OVEeqK" data-default-tab="css,result" data-user="jkiss" data-embed-version="2" data-pen-title="Particles Random Moving in Canvas" class="codepen">See the Pen <a href="https://codepen.io/jkiss/pen/OVEeqK/">Particles Random Moving in Canvas</a> by -木马人- (<a href="https://codepen.io/jkiss">@jkiss</a>) on <a href="https://codepen.io">CodePen</a>.</p>
 
<script async src="https://production-assets.codepen.io/assets/embed/ei.js"></script>
 

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

}