Team:NYMU-Taipei/HeaderCSS

From 2014.igem.org

(Difference between revisions)
Line 6: Line 6:
.firstHeading {
.firstHeading {
-
width: 975px;  
+
display:none;
-
margin: 0px auto;
+
height: 0;
-
padding-top: 100px;
+
-
margin-bottom: 20px;
+
-
font-family: Georgia, Times, "Times New Roman", serif;  
+
}
}
Line 193: Line 190:
.annItem li {list-style: none; margin: 5px}
.annItem li {list-style: none; margin: 5px}
-
div.header{
+
div.bg{
   position:absolute;
   position:absolute;
-
   top:-10px;
+
   top:-5px;
-
   z-index:-99;
+
   z-index:-10;
}
}
 +
</style>
</style>
<div class="header">
<div class="header">
-
     <img src="https://static.igem.org/mediawiki/2014/0/07/NYMU2014_bg.jpg" width="100%" height="200">
+
     <div class="bg">
 +
        <img src="https://static.igem.org/mediawiki/2014/0/07/NYMU2014_bg.jpg" width="100%" height="200">
 +
    </div>
 +
   
</div>
</div>
-
 
</html>
</html>

Revision as of 16:53, 10 April 2014