CSS 3 text-outline 属性

CSS text-outline 属性指定文字大纲

默认值 none
继承 yes
版本 CSS3
JavaScript 语法 object.style.textOutline="2px 2px #ff0000"

语法

text-outline: *thickness blur color* ;

值说明

描述
thickness 必需。轮廓的粗细
blur 可选。轮廓的模糊半径
color 必需。轮廓的颜色。参阅 CSS 颜色值

浏览器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

任何主流浏览器都不支持 text-outline 属性

范例

设置 text-outline(文本-轮廓)

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

CSS 参考手册

关于   |   FAQ   |   我们的愿景   |   广告投放   |  博客

  简单教程,简单编程 - IT 入门首选站

Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.