Difference between revisions of "Team:Oxford/css"

Line 1: Line 1:
*!
+
header {
* Start Bootstrap - Heroic Features (https://startbootstrap.com/template-overviews/heroic-features)
+
   padding: 154px 0 100px;
* 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) {
 
@media (min-width: 992px) {
   body {
+
   header {
     padding-top: 56px;
+
     padding: 156px 0 100px;
 
   }
 
   }
 
}
 
}
  
.card {
+
section {
   height: 100%;
+
   padding: 150px 0;
}
+
 
+
.bg-image-full {
+
  height: 100%;
+
  background-color: #f2f2f2;
+
}
+
 
+
.container {
+
  margin-top: 250px;
+
  margin-bottom: 250px;
+
}
+
 
+
.container-2 {
+
  background-color: #f2f2f2;
+
 
}
 
}

Revision as of 22:26, 19 August 2018

header {

 padding: 154px 0 100px;

}

@media (min-width: 992px) {

 header {
   padding: 156px 0 100px;
 }

}

section {

 padding: 150px 0;

}