DevPlatform
Home
Components
Search
Submit
Earn
Login
Sign Up Free
Get Started Btn - 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
Get Started Btn
rohit
Feb 13, 2026
9
0
Share
Live Preview
Refresh
Live Editor
HTML
CSS
JS
HTML
CSS
JavaScript
1
<div class="wrapper"> <button class="uiblitz-btn"> <span class="text">Get Started</span> <span class="arrow">→</span> </button> </div>
1
body { margin: 0; height: 100vh; display: flex; align-items: center; justify-content: center; background: #e6e6e6; font-family: "Poppins", sans-serif; } .uiblitz-btn { display: flex; align-items: center; justify-content: space-between; width: 260px; padding: 10px; border-radius: 50px; border: none; cursor: pointer; background: #dcdcdc; box-shadow: 8px 8px 15px rgba(0,0,0,0.15), -8px -8px 15px rgba(255,255,255,0.8); transition: all 0.3s ease; overflow: hidden; } .uiblitz-btn .text { flex: 1; text-align: center; background: #f1f1f1; padding: 14px 20px; border-radius: 40px; font-size: 20px; font-weight: 600; color: #111; box-shadow: inset 4px 4px 8px rgba(0,0,0,0.08), inset -4px -4px 8px rgba(255,255,255,0.8); transition: all 0.3s ease; } .uiblitz-btn .arrow { width: 50px; text-align: center; font-size: 22px; color: #111; transition: transform 0.3s ease; } /* Hover Effect */ .uiblitz-btn:hover { box-shadow: 4px 4px 10px rgba(0,0,0,0.2), -4px -4px 10px rgba(255,255,255,0.8); } .uiblitz-btn:hover .arrow { transform: translateX(5px); } .uiblitz-btn:active { box-shadow: inset 4px 4px 10px rgba(0,0,0,0.15), inset -4px -4px 10px rgba(255,255,255,0.8); }
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!