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

前端 未结 7 1862
佛祖请我去吃肉
佛祖请我去吃肉 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:42

    This should work:
    Here's a little trick I discovered using the :before and :after pseudo-elements:

    http://dabblet.com/gist/1609945

提交回复
热议问题