Text shadow
Matn soyasi
Text Shadowga misollar
CSSning Text Shadow xususiyati
Xususiyat
Ta'rif
Last updated
Last updated
h1 {
text-shadow: 2px 2px;
}h1 {
text-shadow: 2px 2px red;
}h1 {
text-shadow: 2px 2px 5px red;
}h1 {
color: white;
text-shadow: 2px 2px 4px #000000;
}h1 {
text-shadow: 0 0 3px #ff0000;
}h1 {
text-shadow: 0 0 3px #ff0000, 0 0 5px #0000ff;
}h1 {
color: white;
text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}