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

Line 1: Line 1:
 
#homePage {
 
#homePage {
 
   width: 100%;
 
   width: 100%;
   background-color: rgba(255,0,255,0.5);
+
   background-color: rgba(118, 146, 94, 0.3);
 
   height:100vh;
 
   height:100vh;
 
}
 
}

Revision as of 11:15, 2 September 2017

  1. homePage {
 width: 100%;
 background-color: rgba(118, 146, 94, 0.3);
 height:100vh;

}