Difference between revisions of "Team:SDU-Denmark/css/content"

Line 2: Line 2:
 
   width: 100%;
 
   width: 100%;
 
   background-color: rgba(255,0,255,0.5);
 
   background-color: rgba(255,0,255,0.5);
   height:100wh;
+
   height:100vh;
 
}
 
}

Revision as of 11:13, 2 September 2017

  1. homePage {
 width: 100%;
 background-color: rgba(255,0,255,0.5);
 height:100vh;

}