欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

css text-outline属性怎么用

程序员文章站 2022-04-17 10:29:04
...
css text-outline属性用于规定文本轮廓,其语法是text-outline: thickness blur color;所有主流浏览器都不支持text-outline属性。

css text-outline属性怎么用

css text-outline属性怎么用?

作用:text-outline 属性规定文本轮廓。

语法:

text-outline: thickness blur color

说明:

thickness 必需。轮廓的粗细。

blur 可选。轮廓的模糊半径。

color 必需。轮廓的颜色。

注释:所有主流浏览器都不支持 text-outline 属性。

css text-outline属性 示例

p.test
{
text-outline: 2px 2px #ff0000;
}

以上就是css text-outline属性怎么用的详细内容,更多请关注其它相关文章!

相关标签: css text-outline