2024年04月14日 CSS3文本 CSS3 text stroke 文字描边 描边 懒猪技术
text-stroke
说明:复合属性。设置或检索对象中的文字的描边。
兼容:目前只有Chrome13.0、safari5.1能支持
语法:text-stroke:[ text-stroke-width ] || [ text-stroke-color ]
text-stroke-width 设置或检索对象中的文字的描边厚度
text-stroke-color 设置或检索对象中的文字的描边颜色
写法:
1)Webkit(Chrome/Safari)内核内型 -webkit-text-fill-color
2)W3C 写法 text-fill-color
我是被描了1像素红边的文字
-webkit-text-stroke:1px #f00;text-stroke:1px #f00;
CSS3文本 CSS3 text-stroke 文字描边 描边
本文链接:http://so.lmcjl.com/news/2069/