Team:NYMU-Taipei/Header
From 2013.igem.org
(Difference between revisions)
Mastershot (Talk | contribs) |
Mastershot (Talk | contribs) |
||
Line 88: | Line 88: | ||
.head{ | .head{ | ||
+ | width: auto; | ||
+ | height: 224px; | ||
border: 0; | border: 0; | ||
padding: 0; | padding: 0; | ||
margin-bottom: 0px; | margin-bottom: 0px; | ||
- | |||
} | } | ||
- | /*Basic Styles | + | |
+ | .main{ | ||
+ | background: #fffdd3; | ||
+ | width: auto; | ||
+ | margin: 0; | ||
+ | border: 0; | ||
+ | padding: 30px; | ||
+ | } | ||
+ | /*Basic Styles in .main | ||
*********************************************/ | *********************************************/ | ||
h2 { | h2 { | ||
Line 132: | Line 141: | ||
<!--header contents-- | <!--header contents-- | ||
---------------------------------------------------------------------------------------------------> | ---------------------------------------------------------------------------------------------------> | ||
- | <div class=" | + | <div class="head"> |
<div id="nav"> | <div id="nav"> | ||
</div> | </div> | ||
Line 138: | Line 147: | ||
<!--body in header--> | <!--body in header--> | ||
- | + | <noinclude> | |
- | < | + | <div class="main"> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | <div class=" | + | |
- | + | ||
- | + | ||
- | + | ||
==This is Header 1: "==h1=="== | ==This is Header 1: "==h1=="== | ||
====This is for overview under Header 1. It is coded with 4 "="'s.==== | ====This is for overview under Header 1. It is coded with 4 "="'s.==== | ||
===This is Header 2: "===h2==="=== | ===This is Header 2: "===h2==="=== | ||
This is plain text. | This is plain text. | ||
+ | </div> | ||
+ | </noinclude> |
Revision as of 19:29, 8 September 2013
This is Header 1: "==h1=="
This is for overview under Header 1. It is coded with 4 "="'s.
This is Header 2: "===h2==="
This is plain text.