Difference between revisions of "Template:TU Delft All pages"
Line 1: | Line 1: | ||
<!-- Declare that you are going to use html code instead of wiki code --> | <!-- Declare that you are going to use html code instead of wiki code --> | ||
<html> | <html> | ||
− | + | <head> | |
<!-- Start of CSS--> | <!-- Start of CSS--> | ||
<style type="text/css"> | <style type="text/css"> | ||
Line 29: | Line 29: | ||
margin-left: 20px;*/ | margin-left: 20px;*/ | ||
} | } | ||
− | |||
+ | html, body, .wrapper { | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | .navbar { | ||
+ | margin: 0 auto; | ||
+ | margin-top: 1em; | ||
+ | padding: 1em; | ||
+ | border-radius: 10px; | ||
+ | } | ||
</style> | </style> | ||
+ | </head> | ||
+ | |||
+ | <header> | ||
+ | <div class= "navbar navbar-default navbar-fixed-top"> | ||
+ | <div class="text-center col-sm-12" id="navigation"> | ||
+ | <nav> | ||
+ | <a href="https://2015.igem.org/Team:TU_Delft" id="home">Main</a> | ||
+ | <a href="https://2015.igem.org/Team:TU_Delft/Team">Team</a> | ||
+ | <a href="https://2015.igem.org/Team:TU_Delft/Project">Project</a> | ||
+ | </nav> | ||
+ | </div> | ||
+ | </div> | ||
+ | </header> |
Revision as of 08:57, 8 July 2015