text-outline
text-outline 属性规定文字大纲轮廓。
目前主流浏览器都不支持 text-outline 属性。
语法
text-outline: thickness blur color;
值
| 值 | 描述 |
|---|---|
| thickness | 必需。轮廓的粗细。 |
| blur | 可选。轮廓的模糊半径。 |
| color | 必需。轮廓的颜色。 |
例子
CSS
p.test
{
text-outline: 2px 2px #ff0000;
}
text-outline 属性规定文字大纲轮廓。
目前主流浏览器都不支持 text-outline 属性。
text-outline: thickness blur color;
| 值 | 描述 |
|---|---|
| thickness | 必需。轮廓的粗细。 |
| blur | 可选。轮廓的模糊半径。 |
| color | 必需。轮廓的颜色。 |
CSS
p.test
{
text-outline: 2px 2px #ff0000;
}