Difference between revisions of "Team:Austin UTexas LASA/Templates/header"

Line 28: Line 28:
 
       <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 
       <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 
     <![endif]-->
 
     <![endif]-->
 +
 +
<style>
 +
  #sideMenu,
 +
  #top_title {
 +
    display: none;
 +
  }
 +
</style>
 +
 
   </head>
 
   </head>
  

Revision as of 19:36, 27 September 2017

Fixed Top Navbar Example for Bootstrap

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 »