Difference between revisions of "Team:Oxford/css"

Line 24: Line 24:
 
}
 
}
  
#container {
+
.container {
 
   margin-top: 250px;
 
   margin-top: 250px;
 
   margin-bottom: 250px;
 
   margin-bottom: 250px;
 
}
 
}
  
#container-2 {
+
.container-2 {
 
   background-color: #f2f2f2;
 
   background-color: #f2f2f2;
 
}
 
}

Revision as of 22:23, 19 August 2018

  • !
* Start Bootstrap - Heroic Features (https://startbootstrap.com/template-overviews/heroic-features)
* Copyright 2013-2017 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
*/

body {

 padding-top: 54px;

}

@media (min-width: 992px) {

 body {
   padding-top: 56px;
 }

}

.card {

 height: 100%;

}

.bg-image-full {

 height: 100%;
 background-color: #f2f2f2;

}

.container {

 margin-top: 250px;
 margin-bottom: 250px;

}

.container-2 {

 background-color: #f2f2f2;

}