Difference between revisions of "Template:BIT-China/Nav"

Line 44: Line 44:
 
padding: 0;
 
padding: 0;
 
}
 
}
 
+
.igem_2017_content_wrapper {
 +
width: 100%;
 +
margin:0;
 +
display:block;
 +
float:left;
 +
background-color:white;
 +
font-family:Tahoma, Geneva, sans-serif;
 +
}
 
</style>
 
</style>
 
</head>
 
</head>

Revision as of 02:14, 5 August 2017

Navbar example

This example is a quick exercise to illustrate how the default, static and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.

To see the difference between static and fixed top navbars, just scroll.

View navbar docs »