Difference between revisions of "Team:NTU SINGAPORE"

 
(46 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
<html>
 
<html>
<title>NTU_Singapore</title>
 
 
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
 
 
 
<style>
 
<style>
body, html {
+
body {
     height: 100%;
+
     background-color:white;
 
}
 
}
  
/* The cover image */
+
div.ex {font-family: Papyrus, fantasy;}
.cover-image {
+
    /* The image used */
+
    background-image: url("https://static.igem.org/mediawiki/2017/b/be/Cover_Photo_NTU.jpeg");
+
  
    /* Set a specific height */
+
</style>
    height: 50%;
+
  
    /* Position and center the image to scale nicely on all screens */
+
<div class="w3-display-container w3-text-black">
    background-position: center;
+
<img src="https://static.igem.org/mediawiki/2017/3/3c/Coverpage.jpg" style="width:100%">
    background-repeat: no-repeat;
+
    background-size: cover;
+
    position: relative;
+
}
+
  
/* Place text in the middle of the image */
+
  <div class="ex w3-display-position w3-text-black" style="top:25px;left:230px"><font size="8">Join Us in the Exploration
.hero-text {
+
of Crispr/Cas Systems!</font></div>
    text-align: center;
+
    position: absolute;
+
    top: 50%;
+
    left: 50%;
+
    transform: translate(-50%, -50%);
+
    color: white;
+
}
+
</style>
+
<body>
+
  
</body>
+
</div>
 
</html>
 
</html>

Latest revision as of 03:20, 1 November 2017



Join Us in the Exploration of Crispr/Cas Systems!