Difference between revisions of "Template:ColumbiaNYC navbar"

Line 140: Line 140:
 
<body>
 
<body>
  
 +
.navbar {
 +
  overflow: hidden;
 +
  background-color: #333;
 +
  position: fixed;
 +
  top: 0;
 +
  width: 100%;
 +
}
 
<!-- Navigation -->
 
<!-- Navigation -->
 
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation" style="padding-top: 20px">
 
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation" style="padding-top: 20px">

Revision as of 16:16, 21 June 2017

.navbar { overflow: hidden; background-color: #333; position: fixed; top: 0; width: 100%; }