RevealTheme logo

CSS Box Shadow Oluşturucu

CSS box-shadow değerlerini görsel olarak oluşturun. Gerçek zamanlı önizleyin ve oluşturulan CSS'i kopyalayın.

box-shadow: 0px 8px 16px 0px #00000033;

Bu araç nasıl kullanılır

  1. 1

    Drag the X offset and Y offset sliders (each from -50px to 50px) to move the shadow horizontally and vertically.

  2. 2

    Adjust the Blur slider (0px to 100px) to soften the edges, and the Spread slider (-50px to 50px) to grow or shrink the shadow.

  3. 3

    Pick a shadow color with the color swatch; the live preview square updates as you change any control.

  4. 4

    Copy the generated box-shadow declaration from the output box at the bottom and paste it into your stylesheet.

CSS Box Shadow Oluşturucu nedir?

CSS'in box-shadow özelliği yatay kaydırma, dikey kaydırma, bulanıklık yarıçapı, yayılma yarıçapı ve renk kabul eder. Katmanlı efektler için birden fazla gölge üst üste yığılabilir. Bu görsel oluşturucu, herhangi bir kombinasyon için CSS üretir: düğmeler, kartlar ve derinlik efektleri için kullanışlıdır.

Yaygın kullanım örnekleri

  • Designing a soft elevation shadow for buttons or cards, then tuning Y offset and blur until the depth looks right.

  • Prototyping a Material-style shadow by stacking the value this tool outputs with a second hand-written shadow.

  • Generating a tight, low-blur shadow with negative spread for a crisp focus or hover state.

  • Getting an exact box-shadow string to paste into a Tailwind arbitrary value, CSS module, or inline style.

  • Teaching the difference between blur and spread by dragging each slider and watching the preview react.

  • Quickly matching a shadow from a design mockup by eyeballing offsets against the live preview square.

Sıkça sorulan sorular

Birden fazla gölgeyi nasıl üst üste yığarım?
Bunları box-shadow değerinde virgüllerle ayırın. Üst üste yığmak, tek bir gölgeye göre daha gerçekçi bir derinlik oluşturur.
Bulanıklık ile yayılma arasındaki fark nedir?
Bulanıklık (blur), gölgenin kenarlarını yumuşatır; yayılma (spread) ise gölgeyi bulanıklaştırmadan önce boyutunu büyütür veya küçültür.

İlgili araçlar