text-fill-color Özelliği
text-fill-color property özelliği,
metin karakterlerinin dolgu rengini veya
transparent değeri ile saydamlığını belirler.
Sözdizimi
seçici {
text-fill-color: renk veya transparent;
}
Örnek
Metnimize degrade dolgu ve saydamlık verelim:
<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;
}
:
Ayrıca Bakınız
-
metnin ana hat rengini belirleyen
text-strokeözelliği,
-
metin ana hat rengini belirleyen
text-stroke-colorözelliği,
-
metin ana hat kalınlığını belirleyen
text-stroke-widthözelliği,