Line 108: | Line 108: | ||
/* Background example */ | /* Background example */ | ||
+ | .w3-background-0 { | ||
+ | background: url(https://upload.wikimedia.org/wikipedia/commons/e/e5/Siena_Heights_University_Campus.JPG) center; | ||
+ | background-size: cover; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | .w3-background-0:before { | ||
+ | content: ""; | ||
+ | position: absolute; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | top: 0; | ||
+ | left: 0; | ||
+ | background: rgba(0, 0, 0, .5); | ||
+ | } | ||
+ | |||
+ | .w3-related-top { | ||
+ | position: relative; | ||
+ | z-index: 1; | ||
+ | } | ||
+ | |||
.w3-background-1 { | .w3-background-1 { | ||
background: url(http://capacityofmind.com/wp-content/uploads/2015/05/Sometimes-All-a-Students-Needs-is-a-Single-Motivational-Quote1.jpg) center; | background: url(http://capacityofmind.com/wp-content/uploads/2015/05/Sometimes-All-a-Students-Needs-is-a-Single-Motivational-Quote1.jpg) center; | ||
Line 174: | Line 195: | ||
<!-- Header --> | <!-- Header --> | ||
− | <div class="w3-container w3-blue-grey w3-center w3-padding-128"> | + | <div class="w3-background-0 w3-container w3-blue-grey w3-center w3-padding-128"> |
− | <h1 class="w3-margin w3-jumbo">Clamp Down on Crosstalk</h1> | + | <div class="w3-related-top"> |
− | + | <h1 class="w3-margin w3-jumbo">Clamp Down on Crosstalk</h1> | |
− | + | <h2 class="w3-margin w3-jumbo">Reducing Noise in Multi-Gene Synthetic Biology Circuits</h2> | |
+ | <p class="w3-xlarge w3-center">Alverno_CA</p> | ||
+ | </div> | ||
</div> | </div> | ||
Revision as of 17:59, 2 October 2016