CSS Speech Bubble with Box Shadow

后端 未结 5 1193
青春惊慌失措
青春惊慌失措 2020-11-28 01:48

Creating a DIV that uses CSS to draw a triangle to the left. Trying to apply a uniform box-shadow to both parent and the pseudo element (see images) and code.

Is th

5条回答
  •  粉色の甜心
    2020-11-28 02:53

    Another solution is to use filter: drop-shadow(0 1px 2px rgba(0,0,0,.5)); It only places the shadow around the objects shape.

提交回复
热议问题