This website requires JavaScript.
Explore
Help
Sign In
root
/
bootstrap
mirror of
https://github.com/twbs/bootstrap.git
Watch
1
Star
0
Fork
You've already forked bootstrap
0
Code
Issues
Actions
12
Packages
Projects
Releases
Wiki
Activity
b280e36b78
bootstrap
/
docs
/
examples
/
navbar-top-fixed
/
navbar-top-fixed.css
6 lines
90 B
CSS
Raw
Normal View
History
Unescape
Escape
new fixed navbar example
2014-07-15 00:05:21 +08:00
body
{
add height to new navbar examples to show behavior
2014-10-27 18:07:25 +08:00
/* Show it's not fixed to the top */
min-height
:
75rem
;
new fixed navbar example
2014-07-15 00:05:21 +08:00
padding-top
:
6rem
;
}