how to set shadow for round image(css)

前端 未结 10 2035
暖寄归人
暖寄归人 2020-12-31 11:52

I\'m new to shadow in css can we set shadows for round image(i mean to a circle image).

if it is possible, please give me a code for this in css. thanks in advan

10条回答
  •  鱼传尺愫
    2020-12-31 12:18

    CSS does not allow you to add shadows to shapes INSIDE images. CSS has no clue what the image looks like.

提交回复
热议问题