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
能添加多个阴影吗?
能,独立调整每层的偏移、模糊、扩展和颜色。
什么是内阴影?
内阴影显示在元素内部,产生凹陷效果。