From 2012.igem.org
(Difference between revisions)
|
|
Line 1: |
Line 1: |
- | <html>
| |
| | | |
- | <div id=”navMain”>
| |
- | <h2> Categories </h2>
| |
- | <ul>
| |
- | <li><a href=”#”> Home</a></li>
| |
- | <li><a href=”#”> Visit our site </a></li>
| |
- | <li><a href=”#”> About</a></li>
| |
- | <li><a href=”#”> Newsletter</a></li>
| |
- | </ul>
| |
- | </div>
| |
- |
| |
- |
| |
- | #navMain {
| |
- | color:#c3c3c3;
| |
- | font-family:Tahoma, Geneva, sans-serif;
| |
- | } /* Change color and font*/
| |
- |
| |
- |
| |
- | #navMain h2{
| |
- | font-family:Trebuchet MS1, Helvetica, sans-serif;
| |
- | } /*Change font of the title*/
| |
- |
| |
- |
| |
- | #navMain ul{
| |
- | padding:0;
| |
- | margin:0;
| |
- | margin-left:25px;
| |
- | } /*Reset the default padding/margin and set it as required*/
| |
- |
| |
- |
| |
- | #navMain ul li a{
| |
- | text-decoration:none;
| |
- | color:#c3c3c3;
| |
- | } /*Change color of link text and remove underline*/
| |
- |
| |
- |
| |
- | #navMain ul li a:hover{
| |
- | color:#e0993e;
| |
- | }
| |
- | </html>
| |
Latest revision as of 10:05, 26 September 2012