语法
css
/* <color> values */
-webkit-text-fill-color: red;
-webkit-text-fill-color: #123456;
-webkit-text-fill-color: rgb(100 200 0);
/* Global values */
-webkit-text-fill-color: inherit;
-webkit-text-fill-color: initial;
-webkit-text-fill-color: revert;
-webkit-text-fill-color: revert-layer;
-webkit-text-fill-color: unset;
值
<color>-
元素文本内容的前景填充颜色。
正式定义
正式语法
-webkit-text-fill-color =
<color>
示例
更改填充颜色
CSS
css
p {
margin: 0;
font-size: 3em;
-webkit-text-fill-color: green;
}
HTML
html
<p>This text is green.</p>
结果
规范
| 规范 |
|---|
| 兼容性 # the-webkit-text-fill-color |
浏览器兼容性
加载中…