Chrome text shadow showing when set to 0

后端 未结 5 1567
礼貌的吻别
礼貌的吻别 2021-01-02 21:37

So, I\'m in the process of building a website designer and I have come across something strange, if you set the text-shadow: 0 0 0 someColor on a element the sh

5条回答
  •  天涯浪人
    2021-01-02 22:00

    Optional. This is a value. If not specified, it defaults to 0. The higher this value, the bigger the blur; the shadow becomes wider and lighter.

    The blur property does not indicate no blur when set to zero. https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow

提交回复
热议问题