Triangular shadow div css

I use css transforms to collapse a triangular div to another. I want the triangular div to cast a shadow on the one below, so that the folds look realistic. I tried different ways to apply a window shadow to a div, but it did not work the way I want it.

Here is my code: http://jsfiddle.net/wgLcB/2/

Does anyone know how to do this?

+6
source share
1 answer

Are you trying to achieve something like this ?

+3
source

Source: https://habr.com/ru/post/926062/


All Articles