Sifat text-fill-color
Sifat text-fill-color property menetapkan
warna isian aksara teks atau ketelusan mereka
menggunakan nilai transparent.
Sintaks
selector {
text-fill-color: warna atau transparent;
}
Contoh
Mari kita tetapkan isian kecerunan dengan ketelusan kepada teks kita:
<p>
This is a text.
</p>
body {
width: 200px;
height: 100px;
}
p {
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
font-size: 26px;
background: linear-gradient(#c42222, #ffef5e);
-webkit-background-clip: text;
background-clip: text;
}
:
Lihat juga
-
sifat
text-stroke,
yang menetapkan stroke teks -
sifat
text-stroke-color,
yang menetapkan warna stroke teks -
sifat
text-stroke-width,
yang menetapkan ketebalan stroke teks