Difference between revisions of "Team:KU Leuven/HP/HP Main"

Line 2: Line 2:
 
<html>
 
<html>
 
<style type="text/css">
 
<style type="text/css">
/* Set height to 100% for body and html to enable the background image to cover the whole page: */
 
 
body, html {
 
body, html {
 
height: 100%
 
height: 100%
Line 8: Line 7:
  
 
.bgimg {
 
.bgimg {
/* Background image */
 
 
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');
/* Full-screen */
 
 
height: 100%;
 
height: 100%;
/* Center the background image */
 
 
background-position: center;
 
background-position: center;
/* Scale and zoom in the image */
 
 
background-size: cover;
 
background-size: cover;
/* Add position: relative to enable absolutely positioned elements inside the image (place text) */
 
 
position: relative;
 
position: relative;
/* Add a white text color to all elements inside the .bgimg container */
 
 
color: white;
 
color: white;
/* Add a font */
 
 
font-family: "Courier New", Courier, monospace;
 
font-family: "Courier New", Courier, monospace;
/* Set the font-size to 25 pixels */
 
 
font-size: 25px;
 
font-size: 25px;
 
}
 
}
  
/* Position text in the top-left corner */
 
 
.topleft {
 
.topleft {
 
position: absolute;
 
position: absolute;
Line 33: Line 23:
 
}
 
}
  
/* Position text in the bottom-left corner */
 
 
.bottomleft {
 
.bottomleft {
 
position: absolute;
 
position: absolute;
Line 40: Line 29:
 
}
 
}
  
/* Position text in the middle */
 
 
.middle {
 
.middle {
 
position: absolute;
 
position: absolute;
Line 49: Line 37:
 
}
 
}
  
/* Style the <hr> element */
 
 
hr {
 
hr {
 
margin: auto;
 
margin: auto;
Line 69: Line 56:
 
</div>
 
</div>
 
<script type="text/javascript">
 
<script type="text/javascript">
$function() {
 
 
// 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

{{KU_Leuven_Footer}}