RevealTheme logo

مولّد box-shadow في CSS

أنشئ قيم box-shadow في CSS بصريًا. عاين في الوقت الفعلي وانسخ الـ CSS المولَّد.

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

كيفية استخدام هذه الأداة

  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.

ما هو مولّد box-shadow في CSS؟

تقبل خاصية box-shadow في CSS إزاحة أفقية، وإزاحة رأسية، ونصف قطر تمويه (blur)، ونصف قطر امتداد (spread)، ولونًا. ويمكن تكديس عدة ظلال للحصول على تأثيرات طبقية. ينتج هذا المولّد البصري الـ CSS لأي تركيبة: مفيد للأزرار والبطاقات وتأثيرات العمق.

حالات الاستخدام الشائعة

  • 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.

الأسئلة الشائعة

كيف أكدّس عدة ظلال؟
افصل بينها بفواصل في قيمة box-shadow. يخلق تكديسها عمقًا أكثر واقعيةً من ظل واحد.
ما الفرق بين التمويه والامتداد؟
يُنعّم التمويه (blur) حواف الظل؛ أما الامتداد (spread) فيوسّع حجم الظل أو يقلّصه قبل تمويهه.

أدوات ذات صلة