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

Line 8: Line 8:
 
#abstract {
 
#abstract {
 
   width:800px;
 
   width:800px;
   margin-top:200px;
+
   padding-top:200px;
 
}
 
}

Revision as of 11:22, 2 September 2017

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

}


  1. abstract {
 width:800px;
 padding-top:200px;

}