padding
配合 background-clip
属性,可以制作一些特殊形状:
1 | /*三道杠*/ |
实时预览如下:(currentColor
是 css
中为数不多的变量,指当前文字的颜色值,非常好用)
padding
配合 background-clip
属性,可以制作一些特殊形状:1 | /*三道杠*/ |
实时预览如下:(currentColor
是 css
中为数不多的变量,指当前文字的颜色值,非常好用)