Search
 
SCRIPT & CODE EXAMPLE
 

CSS

navbar box shadow

box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
Comment

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);
}
Comment

PREVIOUS NEXT
Code Example
Css :: ion input padding left 
Css :: nowrap css 
Css :: gradient text html 
Css :: how to not underline links in css 
Css :: transfrom rotate 
Css :: center div horizontally and vertically 
Css :: rotate css 
Css :: borders for tables in html/css 
Css :: how to center an hr 
Css :: out transition does not ease 
Css :: radio checked css 
Css :: soft box shadow css 
Css :: only ie css 
Css :: how to give opacity to background only 
Css :: is there an img cover 
Css :: css text transform 
Css :: css center horizontally and vertically 
Css :: center elements vertically in div 
Css :: why tr border not showing 
Css :: box shadow css animation 
Css :: make an anchor tag inactive 
Css :: background overlay css 
Css :: backwards text css 
Css :: responsive css grid 
Css :: ratio bootstrap 
Css :: hover button scss 
Css :: box-shadow 
Css :: how to make image not repeat on background 
Css :: remove border from last child css 
Css :: Set table cellpadding and cellspacing in CSS 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =