abc Posted September 2, 2020 Share Posted September 2, 2020 Site URL: https://aurmont.com Hello, I'm trying to apply most basic CSS shadow to an image block using the code below: .sqs-block-image img { -webkit-box-shadow: 50px 50px 0px #000; -moz-box-shadow: 50px 50px 0px #000; box-shadow: 50px 50px 0px #000; } But nothing happens. I've tried targeting several different classes, but still no effect. Your help would be greatly appreciated. Link to comment
tuanphan Posted September 2, 2020 Share Posted September 2, 2020 div#block-yui_3_17_2_1_1599027926986_4822>div { -webkit-box-shadow: 50px 50px 0px #000; -moz-box-shadow: 50px 50px 0px #000; box-shadow: 50px 50px 0px #000; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.