Template:Team:DukeMenu/CSS
From 2014.igem.org
(Difference between revisions)
(Created page with "<html xmlns="http://www.w3.org/1999/xhtml"> <!--THIS STYLE SHEET REPLACES THE HOME TEMPLATE: https://2014.igem.org/Template:Team:DukeHomePage/CSS --> <head> <meta http-equiv="Co...") |
|||
Line 1: | Line 1: | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
- | <!--THIS STYLE SHEET | + | <!--THIS STYLE SHEET IS FOR THE MENU-BAR--> |
<head> | <head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
<style media="screen" type="text/css"> | <style media="screen" type="text/css"> | ||
+ | ul { | ||
+ | list-style-type: none; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | li { | ||
+ | display: inline; | ||
+ | } | ||
</style> | </style> | ||
+ | </head> | ||
- | |||
- | |||
- | |||
- | |||
<body> | <body> | ||
- | + | <ul> | |
+ | <li><a href="#home">Home</a></li> | ||
+ | <li><a href="#news">News</a></li> | ||
+ | <li><a href="#contact">Contact</a></li> | ||
+ | <li><a href="#about">About</a></li> | ||
+ | </ul> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 18:58, 24 July 2014