Archived topic
content layout
3 replies · Started by mohamedhassan on December 2, 2017
Viewing posts 1–4 of 4
Hi there,
As I use separate containers for my site's content layout. How do I make the separate containers surrounded by subtle shadow like that in the screenshot?
https://gmkr.io/s/5a2365a8bc68ac09a482e493/0
Regards
Try this CSS:
.inside-article,
.sidebar .widget {
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
Thank you Tom!
You're welcome :)
This archived topic is closed to new replies.