Difference between revisions of "Template:TU Delft All pages"

 
(5 intermediate revisions by the same user not shown)
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 26: Line 25:
 
/*left align Black Menu Bar  
 
/*left align Black Menu Bar  
 
#top_menu_inside {  
 
#top_menu_inside {  
 
 
margin-left: 20px;*/
 
margin-left: 20px;*/
 
}
 
}
 
+
</style>
html, body, .wrapper {
+
width: 100%;
+
height: 100%;
+
background-color: transparent;
+
}
+
             
+
                .navbar {
+
margin: 0 auto;
+
margin-top: 1em;
+
padding: 1em;
+
border-radius: 10px;
+
        }
+
</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">Home</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>
+

Latest revision as of 11:41, 8 July 2015