CSS3 text-outline 属性
实例
设置 text-outline:
p.test
{
text-outline: 2px 2px #ff0000;
}
持 text-outline 属性。
text-outline 本轮廓。
| 默认值: | none |
|---|---|
| 继承性: | yes |
| 版本: | CSS3 |
| JavaScript 语法: | object.style.textOutline="2px 2px #ff0000" |
设置 text-outline:
p.test
{
text-outline: 2px 2px #ff0000;
}
持 text-outline 属性。
text-outline 本轮廓。
| 默认值: | none |
|---|---|
| 继承性: | yes |
| 版本: | CSS3 |
| JavaScript 语法: | object.style.textOutline="2px 2px #ff0000" |