css - How do I add a "popup" shadow to an HTML element -


how can give popup effect shadow? see commonly on different websites (e.g. https://www.smartrecruiters.com) @ edge of content holder, has dark shadow popup effect.

popup effect

is there specific name it? can create effect on both side of body?

is element style alright or styles recommended in css?

additionally, if don't feel entirely confident tweaking code, can use 1 of various free box-shadow code generators, here's 1 use:

http://css3gen.com/box-shadow/

then copy , paste code, browser specific syntax well. safer option if don't know css.


Comments

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -