css text-outline屬性用於規定文字輪廓,其語法為text-outline: thickness blur color;所有主流瀏覽器都不支援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屬性怎麼用的詳細內容。更多資訊請關注PHP中文網其他相關文章!