Answers for "top navigation box shadow"

CSS
3

navbar box shadow

box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
Posted by: Guest on July-16-2020
0

how to add shadow under navigation menu in divi

#main-header.et-fixed-header {
box-shadow: 0 3px 0 rgba(102, 102, 102, 0.1) !important;
}
Posted by: Guest on March-09-2020

Browse Popular Code Answers by Language