Line 17: | Line 17: | ||
#presentationContent { | #presentationContent { | ||
− | background-color: rgba(153, 172, 168, 0.3) | + | background-color: rgba(153, 172, 168, 0.3); |
+ | padding-top:1px; | ||
} | } |
Revision as of 11:50, 2 September 2017
- homePage {
width: 100%; background-color: rgba(118, 146, 94, 0.3); height:100vh; text-align: center;
}
- abstract {
width:800px; padding-top:200px; display: inline-block;
}
- presentationContent {
background-color: rgba(153, 172, 168, 0.3); padding-top:1px;
}