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

(Created page with "#homePage { width: 100%; background-color: #FF11FF; height:200px; }")
 
Line 1: Line 1:
 
#homePage {
 
#homePage {
 
   width: 100%;
 
   width: 100%;
   background-color: #FF11FF;
+
   background-color: rgba(255,0,255,0.5);
 
   height:200px;
 
   height:200px;
 
}
 
}

Revision as of 11:05, 2 September 2017

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

}