DevPlatform
Home
Components
Search
Submit
Earn
Login
Sign Up Free
Split Reveal Button - 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
Split Reveal Button
jitesh208
Jan 17, 2026
2
0
Share
Live Preview
Refresh
Live Editor
HTML
CSS
JS
HTML
CSS
JavaScript
1
<button class="btn-split"><span>Launch</span></button>
1
body{ background:grey } .btn-split{ position:relative; padding:14px 36px; background:#000; color:#fff; overflow:hidden; border-radius:10px; } .btn-split span::before, .btn-split span::after{ content:"Launch"; position:absolute; left:50%; transform:translateX(-50%); transition:.4s; } .btn-split:hover span::before{top:-100%} .btn-split:hover span::after{bottom:-100%}
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!