Line 2: | Line 2: | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
− | |||
body, html { | body, html { | ||
height: 100% | height: 100% | ||
Line 8: | Line 7: | ||
.bgimg { | .bgimg { | ||
− | |||
background-image: url('/https://static.igem.org/mediawiki/2017/e/e5/KU_Leuven-home_bg.png'); | background-image: url('/https://static.igem.org/mediawiki/2017/e/e5/KU_Leuven-home_bg.png'); | ||
− | |||
height: 100%; | height: 100%; | ||
− | |||
background-position: center; | background-position: center; | ||
− | |||
background-size: cover; | background-size: cover; | ||
− | |||
position: relative; | position: relative; | ||
− | |||
color: white; | color: white; | ||
− | |||
font-family: "Courier New", Courier, monospace; | font-family: "Courier New", Courier, monospace; | ||
− | |||
font-size: 25px; | font-size: 25px; | ||
} | } | ||
− | |||
.topleft { | .topleft { | ||
position: absolute; | position: absolute; | ||
Line 33: | Line 23: | ||
} | } | ||
− | |||
.bottomleft { | .bottomleft { | ||
position: absolute; | position: absolute; | ||
Line 40: | Line 29: | ||
} | } | ||
− | |||
.middle { | .middle { | ||
position: absolute; | position: absolute; | ||
Line 49: | Line 37: | ||
} | } | ||
− | |||
hr { | hr { | ||
margin: auto; | margin: auto; | ||
Line 69: | Line 56: | ||
</div> | </div> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
− | |||
// Set the date we're counting down to | // Set the date we're counting down to | ||
var countDownDate = new Date("Okt 31, 2017 23:59:59").getTime(); | var countDownDate = new Date("Okt 31, 2017 23:59:59").getTime(); |
Revision as of 10:56, 1 September 2017
KU_Leuven iGEM
COMING SOON
date
Human Practices