CSSボックスシャドウ生成
ビジュアルエディタでCSSボックスシャドウをデザイン。
Preview
Shadow 1
12px
box-shadow: 4px 4px 15px 0px #00000025;How to Use
- 1
Use the sliders to adjust the shadow offset, blur, spread, and color.
- 2
Add more shadow layers with the Add Shadow button for complex multi-layer effects.
- 3
Copy the CSS box-shadow code and paste it directly into your stylesheet.
Features
Multiple Shadow Layers
Stack multiple box-shadow layers to create complex, realistic drop shadow effects.
Inset Shadow Support
Toggle inset mode to place shadows inside the element for pressed or embossed effects.
Full Control
Adjust X/Y offset, blur radius, spread radius, and color independently for each layer.
Copy CSS
Copy the complete box-shadow CSS property value ready to paste into your code.
FAQ
複数シャドウを追加可能?
はい、各レイヤーのオフセット・ブラー・スプレッド・色を独立調整。
インセットシャドウとは?
要素内側に影を表示し、凹んだ効果を演出します。