Difference between revisions of "Msc1G2:Test"

From uf
Jump to: navigation, search
Line 80: Line 80:
 
div#button a:link    {color: #000000; text-decoration: none; opacity: 1;}
 
div#button a:link    {color: #000000; text-decoration: none; opacity: 1;}
 
div#button a:visited    {color: #000000; text-decoration: none; opacity: 1;}
 
div#button a:visited    {color: #000000; text-decoration: none; opacity: 1;}
div#button a:active  {color: #000000; text-decoration: none; opacity: 1;}
+
div#button a:active  {background: #DFE21C color: #000000; text-decoration: none; opacity: 1;}
 
div#button a:hover      {color: #DFE21C; text-decoration: none; opacity: 1; font-weight: bold;}
 
div#button a:hover      {color: #DFE21C; text-decoration: none; opacity: 1; font-weight: bold;}
  

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

}