Is it possible to get cut out text effect like this using CSS/CSS3 only?

前端 未结 7 1966
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-01 08:40

Is it possible to get cut out text effect like this using CSS/CSS3 only? or image is the only option to get this effect.

7条回答
  •  灰色年华
    2021-02-01 08:53

    text-shadow is your friend. See this page for lots of examples what you can achieve with it. Example #8 looks promising.

提交回复
热议问题