CSS shadows on 3 sides

后端 未结 4 1557
夕颜
夕颜 2020-12-21 16:17

I\'m looking at all the CSS Drop shadow tutorials, which are great. Unfortunately, I need to put a shadow on three sides of a block element (left, bottom, right). All the

4条回答
  •  天涯浪人
    2020-12-21 17:03

    Pseudo HTML

    The element

    You need to play with the size of the shadow. In the above example the shadow is slightly higher than the element so the shadow shows above, its slightly offset to the left so the shadow shows on the right and it is slightly larger than the element so the shadow shows below.

提交回复
热议问题