CSS3 text-outline 屬性
實(shí)例
設(shè)置text-outline(文本-輪廓):
p.test
{
text-outline: 2px 2px #ff0000;
}
{
text-outline: 2px 2px #ff0000;
}
瀏覽器支持
任何主流瀏覽器都不支持text-outline屬性。
屬性定義及使用說(shuō)明
text-outline屬性指定文字大綱。
默認(rèn)值: | none |
---|---|
繼承: | yes |
版本: | CSS3 |
JavaScript 語(yǔ)法: | object.style.textOutline="2px 2px #ff0000" |
語(yǔ)法
text-outline: thickness blur color;
值 | 描述 |
---|---|
thickness | 必需。輪廓的粗細(xì)。 |
blur | 可選。輪廓的模糊半徑。 |
color | 必需。輪廓的顏色。參閱 CSS 顏色值 。 |
更多建議: