Team:Calgary Entrepreneurial/Sandbox2
From 2013.igem.org
(Difference between revisions)
(Created page with "{{Team:Calgary_Entrepreneurial/Header}} <html> <head> <style type="text/css"> </style> </head> <body> </body> </html>") |
|||
Line 5: | Line 5: | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | |||
+ | #container{ | ||
+ | display: block; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | max-width: 1024px; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | #sidebar ul{ | ||
+ | border: none; | ||
+ | border-right: 3px solid white; | ||
+ | padding-right: 2em; | ||
+ | } | ||
+ | |||
+ | #sidebar ul li{ | ||
+ | display: block; | ||
+ | } | ||
</style> | </style> | ||
Line 11: | Line 29: | ||
<body> | <body> | ||
- | + | <div id="container"> | |
- | + | <nav id="sidebar"> | |
- | + | </html>{{{SIDENAV| | |
+ | <html> | ||
+ | <ul> | ||
+ | <li><a href="#">Link 1</a></li> | ||
+ | <li><a href="#">Link 2</a></li> | ||
+ | <li><a href="#">Link 3</a></li> | ||
+ | <li><a href="#">Link 4</a></li> | ||
+ | <li><a href="#">Link 5</a></li> | ||
+ | </ul> | ||
+ | </html> | ||
+ | }}} | ||
+ | <html> | ||
+ | </nav> | ||
+ | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 02:55, 9 October 2013
FREDsense's website works best with Javascript enabled, especially on mobile devices. Please enable Javascript for optimal viewing.