Skip to content

darthredskin/clear.navbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

clear.navbar

Add Clear Navbar Bootstrap 3

#To get rid of the gray shadow at the bottom of a navbar use the following CSS code:

.navbar-default{

background:none !important;
border: none !important;
box-shadow:none !important;
-webkit-box-shadow: none !important;
    }

#"border: none !important;" is the key part here

About

Add Clear Navbar Bootstrap 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published