A simple vignette effect using box shadow in CSS

Опубликовано: 01 Октябрь 2024
на канале: CodeMentor
1,324
92

A simple vignette effect using box shadow.

👉 Inset is a keyword we can use with box shadows to make the shadow flow inside the container instead of outside

⚠️ In this example, we overlay a dummy element on top of the image, since inset shadow cannot be drawn directly on top of images.

#css
#csstricks
#coding
#programming
#frontend
#fullstack
#webdevelopment
#javascript
#html
#nodejs