CSS shadows on 3 sides

后端 未结 4 1556
夕颜
夕颜 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:15

    Thanks everyone. The way I ended up doing it was sorta like this:

    this div has a 5 px tall repeating background that is a bit bigger than the width of my content block, shadow on the left, white space, shadow on the right
    Content as normal
    This has the bottom shadow

提交回复
热议问题