Quick Start
- Open the Box Shadow tool. Adjust horizontal offset, vertical offset, blur radius, spread radius, and color in the left panel. The preview area updates in real time.
- Click the "Copy CSS" button to get the
box-shadowproperty value, then paste it into your stylesheet.
Text Shadow Tips
- Switch to the Text Shadow tool. Enter your text, then set offset, blur, and color.
- Use the "Add Layer" feature to stack multiple shadows for 3D or glow effects.
- After finishing, copy the generated
text-shadowcode.
Advanced Usage
- Preset Templates: Both tools offer popular shadow presets (e.g., flat shadow, neon glow) for one-click application.
- Export & Share: Export shadow configs as JSON, or generate a short link to share with your team.
FAQ
Q: Can I combine box shadow and text shadow?
A: Yes. Copy code from both tools and apply them to the same element in your CSS.
Q: How do I make shadows softer?
A: Increase the blur radius and reduce color opacity (e.g., use rgba colors).
Q: Are negative offset values supported?
A: Yes. Negative horizontal offset moves shadow left, negative vertical offset moves it up.
Schlagwörter