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;
 +
  text-align: center;
 +
 
}
 
}
  
Line 9: Line 11:
 
   width:800px;
 
   width:800px;
 
   padding-top:200px;
 
   padding-top:200px;
 +
  display: inline-block;
 +
 
}
 
}

Revision as of 11:24, 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;

}