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

Line 13: Line 13:
 
   display: inline-block;
 
   display: inline-block;
  
 +
}
 +
 +
 +
#presentationBackground {
 +
  background-color: rgba(153, 172, 168, 0.3)
 
}
 
}

Revision as of 11:42, 2 September 2017

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

}


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

}


  1. presentationBackground {
 background-color: rgba(153, 172, 168, 0.3)

}