Search
 
SCRIPT & CODE EXAMPLE
 

CSS

multiple box shadows css

.container{
  box-shadow:
    0 0 0 10px hsl(0, 0%, 80%),
    0 0 0 15px hsl(0, 0%, 90%);
}
Comment

PREVIOUS NEXT
Code Example
Css :: css size 
Css :: stop anchor tag scroll to top of page 
Css :: box style 
Css :: css put background on top of another background image 
Css :: text dont skip next line css 
Css :: css overflow-y not working 
Css :: border-color not working 
Css :: css scrollbar width 
Css :: title underline 
Css :: Shadow On left & right side 
Css :: background image repeat css 
Css :: background color using css 
Css :: remove or hide powered by text from Google Translate 
Css :: html css disabled button hover style 
Css :: css remove whitespace around element 
Css :: btn glow on hover 
Css :: centering using flexbox 
Css :: sideways linear gradient 
Css :: css custom properties 
Css :: ease in out 
Css :: lightning color code 
Css :: change the weight of a bold font css 
Css :: css round image without stretching 
Css :: rotate icon 
Css :: general sibling selector 
Css :: vsc css autocomplet 
Css :: css hover rounded corners 
Css :: scss mixin 
Css :: text shadow in css 
Css :: remove black shadow from border css 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =