Difference between revisions of "Template:BUHW2016"

Line 125: Line 125:
  
  
 +
/* Header */
  
 
+
.header {
 
+
    display: table;
 
+
    position: relative;
 
+
    width: 100%;
/* Services -- aka Our Tool */
+
    height: 900px;
 
+
    background: url('https://static.igem.org/mediawiki/2016/8/8e/BUHW2016_skyline.png') no-repeat center center scroll;
.services {
+
     background-size: 100% 100%;
     padding: 50px 0;
+
 
}
 
}
  
.service-item {
 
    margin-bottom: 30px;
 
}
 
  
  
  
/* Portfolio */
 
  
.portfolio {
 
    padding: 50px 0;
 
}
 
  
.portfolio-item {
 
    margin-bottom: 30px;
 
}
 
  
.img-portfolio {
 
    margin: 0 auto;
 
}
 
  
.img-portfolio:hover {
 
    opacity: 0.8;
 
}
 
  
/* Call to Action */
 
 
.call-to-action {
 
    padding: 50px 0;
 
}
 
 
.call-to-action .btn {
 
    margin: 10px;
 
}
 
 
 
 
/* Footer */
 
 
footer {
 
    padding: 100px 0;
 
}
 
  
  

Revision as of 19:53, 6 July 2016