-webkit-text-fill-color
Baseline
Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2016.
Thuộc tính CSS -webkit-text-fill-color chỉ định màu tô của các ký tự văn bản. Nếu thuộc tính này không được đặt, giá trị của thuộc tính color sẽ được dùng.
Cú pháp
css
/* Giá trị <color> */
-webkit-text-fill-color: red;
-webkit-text-fill-color: #123456;
-webkit-text-fill-color: rgb(100 200 0);
/* Giá trị toàn cục */
-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;
Giá trị
<color>-
Màu tô phần trước của nội dung văn bản phần tử.
Định nghĩa hình thức
| Initial value | currentcolor |
|---|---|
| Applies to | all elements |
| Inherited | yes |
| Computed value | computed color |
| Animation type | a color |
Cú pháp hình thức
-webkit-text-fill-color =
<color>
Ví dụ
>Thay đổi màu tô
CSS
css
p {
margin: 0;
font-size: 3em;
-webkit-text-fill-color: green;
}
HTML
html
<p>This text is green.</p>
Kết quả
Đặc tả
| Thông số kỹ thuật |
|---|
| Compatibility> # the-webkit-text-fill-color> |