Line 23: | Line 23: | ||
-o-background-size: cover; | -o-background-size: cover; | ||
background-size: cover; | background-size: cover; | ||
+ | z-index:-1; | ||
} | } |
Revision as of 03:21, 24 September 2018
@font-face {
font-family: 'TodaySHOP'; src: url('https://static.igem.org/mediawiki/2018/b/bc/T--TecCEM--TodaySHOP-Regular.eot'); src: url('https://static.igem.org/mediawiki/2018/b/bc/T--TecCEM--TodaySHOP-Regular.eot?#iefix') format('embedded-opentype'), url('https://static.igem.org/mediawiki/2018/a/aa/T--TecCEM--TodaySHOP-Regular.woff') format('woff'), url('https://static.igem.org/mediawiki/2018/b/b4/T--TecCEM--TodaySHOP-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal;
}
- content {
width: 100% !important; margin-left: 0 !important; padding-left: 0 !important;
}
- parallax {
position: fixed; width: 100vw !important; height: 100vh !important; background: url() no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; z-index:-1;
}