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 :: background image css fill screen 
Css :: position absolute center horizontally 
Css :: how to contain an image within a div 
Css :: text align left top 
Css :: css spread children horizontally 
Css :: html details summary marker remove 
Css :: how to mirror object through css 
Css :: how to remove markers in css 
Css :: 1 line darkmode css 
Css :: disable bullets in ul 
Css :: set scroll bar on a table 
Css :: poppins cdn 
Css :: font awesome after css 
Css :: meyer-reset css cdn 
Css :: How to prevent text overflow 
Css :: css center vertically and horizontally 
Css :: border: 1px solid black; 
Css :: use woff2 font in css 
Css :: import css in thymeleaf 
Css :: css list no bullets 
Css :: smooth transition in and out css 
Css :: css last element with class name 
Css :: css change image color 
Css :: css rotate 90 degrees 
Css :: center div in tailwind css 
Css :: how to increase space between lines in css 
Css :: add glow to image css 
Css :: export database spinup on terminal commands 
Css :: alacritty background opacity 
Css :: css table column spacing 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =