Renk ve Tasarım
Gelişmiş Kutu Gölge Düzenleyici
Stack multiple shadows with live preview.
Layer 1
Layer 2
.card {
box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12), 0px 16px 32px -8px rgba(0, 0, 0, 0.20);
}Editörün notu
Understanding · Real shadows aren't a single layer.
Bu ayrıntılı bölüm şu anda yalnızca İngilizce olarak sunulmaktadır. Yukarıdaki dönüştürme aracı sizin dilinizde çalışır; uzun açıklayıcı yazı henüz çevrilmemiştir.
Sıkça sorulan sorular
Quick answers.
›How do I create a realistic shadow?
Layering multiple shadows is key. Start with a tight, dark shadow for the base and stack a second, softer shadow with a larger blur and lower opacity for the ambient glow.
›What is the difference between blur and spread?
Blur softens the edges of the shadow using a Gaussian algorithm. Spread increases or decreases the physical size of the shadow source before the blur is applied.
›Does this support inset shadows?
Yes. Each layer can be toggled to `inset`, which places the shadow inside the element's frame to create a sunken or pressed effect.
›Is the CSS compatible with all browsers?
The generated `box-shadow` property is supported by all modern browsers. For very old versions of Safari or Firefox, you may need to add `-webkit-` or `-moz-` prefixes manually.
İnsanlar ayrıca şunları arar
İlgili araçlar
More in this room.
- Kutu Gölgesi OluşturucuGörsel CSS box-shadow düzenleyici.
- Gradyan OluşturucuDoğrusal, radyal ve konik CSS gradyanları.
- Köşe Yuvarlama OluşturucuKöşeye özel CSS border-radius düzenleyicisi.
- Kübik Bezier DüzenleyiciCSS easing eğrilerini görsel olarak tasarlayın.
- CSS Animasyon OluşturucuAna kareleri görsel olarak oluşturun, yapıştırmaya hazır CSS'yi kopyalayın.
- CSS Filtre OluşturucuBulanıklık, parlaklık, ton döndürme ve daha fazlasını canlı önizleyin.