Template:Team:Grenoble/Templates/Home
From 2012.igem.org
(Difference between revisions)
Line 48: | Line 48: | ||
vertical-align: bottom; | vertical-align: bottom; | ||
margin-bottom: 0px; | margin-bottom: 0px; | ||
+ | } | ||
+ | |||
+ | nav | ||
+ | { | ||
+ | /*display: inline-block;*/ | ||
+ | font-size: 1.1em; | ||
+ | text-align: justify; | ||
+ | /*color: #D8DBFF;*/ | ||
+ | background-color: #453B60; | ||
+ | margin-top: 5px; | ||
+ | border-radius: 10px; | ||
+ | box-shadow: 0px 2px 5px #1c1a19; | ||
+ | } | ||
+ | |||
+ | nav ul | ||
+ | { | ||
+ | list-style-type: none; | ||
+ | } | ||
+ | |||
+ | nav li | ||
+ | { | ||
+ | display: inline-block; | ||
+ | text-align: justify; | ||
+ | color: black; | ||
} | } | ||
Line 54: | Line 78: | ||
<body> | <body> | ||
+ | > | ||
<header> | <header> | ||
Line 62: | Line 87: | ||
</div> | </div> | ||
</header> | </header> | ||
+ | |||
+ | <nav> | ||
+ | <ul> | ||
+ | <li><a href="#">Home</li> | ||
+ | <li><a href="#">Project</li> | ||
+ | <li><a href="#">Human Parctise</li> | ||
+ | <li><a href="#">Team</li> | ||
+ | </ul> | ||
+ | </nav> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 09:11, 24 May 2012