Test Test
Test Test

Reputation: 2889

Bootstrap 'container' shadows

I am trying to give my page's container a shadow effect (starts dark on bottom and becomes white on top) BUT, only on the left and right side (imagine two vertical lines). But most of the tutorial found just 'shadow' the top or left/right, or bottom left/right. I really need to give a shadow effect to my website container, so any help will be great

Upvotes: 1

Views: 7530

Answers (2)

Afshin
Afshin

Reputation: 4215

This trick might helpful

BoxShadow

Upvotes: 3

Grufas
Grufas

Reputation: 1450

try to use css3 generator website to generate shadow, maybe you are missing something or around your container are other elements with position absolute and high z-index. maybe you can do a printscreen?

Upvotes: 1

Related Questions