Archived topic
Container Shadow
3 replies · Started by Rostyslav on February 26, 2021
Viewing posts 1–4 of 4
Hello,
How can I create a surrounding shadow like this in my container: https://ibb.co/L699wsY
Thanks!
Hi there,
You could give your container a custom class, for example box-shadow-container, then add this CSS:
.box-shadow-container {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
Thank you Ying!
You are welcome :)
This archived topic is closed to new replies.