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

Line 3: Line 3:
 
   background-color: rgba(118, 146, 94, 0.3);
 
   background-color: rgba(118, 146, 94, 0.3);
 
   height:100vh;
 
   height:100vh;
 +
}
 +
 +
 +
#abstract {
 +
  width:800px;
 +
  margin-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;
 margin-top:200px;

}