navbar box shadow css code example
Example 1: navbar box shadow
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
Example 2: how to give shadow to navbar
// How to give shadow to navbar
.main-navigation {
box-shadow: 0 2px 2px -2px rgba(0,0,0,.2);
}
Example 3: box shadow css
box-shadow: 3px 3px 6px 5px #ccc;
or
box-shadow: 0px 5px 17px -7px rgba(0, 0, 0, 0.75);