DevPlatform
Home
Components
Search
Submit
Earn
Login
Sign Up Free
Gradient Glow - Preview | DevPlatform
DevPlatform
Categories
Accordion
Animation
Box Shadow
Button
Card
Footer
Form
Gallery
Hero Section
Inputs
Loader
Marquee
Modal
Modules
Navbar
Progress Bar
Radio Buttons
Search-Bar
Sections
Slider
Tab
Timeline
Toggle
Gradient Glow
jitesh208
Jan 21, 2026
2
0
Share
Live Preview
Refresh
Live Editor
HTML
CSS
JS
HTML
CSS
JavaScript
1
<button class="btn">Gradient Glow</button>
1
body { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); font-family: 'Segoe UI', sans-serif; } .btn { padding: 15px 30px; font-size: 16px; font-weight: 600; border: none; cursor: pointer; text-transform: uppercase; letter-spacing: 1px; background: linear-gradient(45deg, #f093fb 0%, #f5576c 100%); color: white; border-radius: 50px; box-shadow: 0 4px 15px rgba(245, 87, 108, 0.4); transition: all 0.3s ease; } .btn:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(245, 87, 108, 0.6); }
1
Comments
0
Want to comment?
Please
login
or
sign up
to post comments.
No comments yet
Be the first to comment on this component!
Comments 0
Want to comment?
Please login or sign up to post comments.
No comments yet
Be the first to comment on this component!