DevPlatform
Home
Components
Search
Submit
Earn
Login
Sign Up Free
Button bordered - 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
Button bordered
sachin007
Jan 12, 2026
4
0
Share
Live Preview
Refresh
Live Editor
HTML
CSS
JS
HTML
CSS
JavaScript
1
<body style="display:flex; justify-content:center; align-items:center"> <button class="sachin_button"> <div class="blob1"></div> <div class="blob2"></div> <div class="inner">Realism</div> </button> </body>
1
.sachin_button { cursor: pointer; font-size: 1.4rem; border-radius: 16px; border: none; padding: 2px; background: radial-gradient(circle 80px at 80% -10%, #ffffff, #181b1b); position: relative; } .sachin_button::after { content: ""; position: absolute; width: 65%; height: 60%; border-radius: 120px; top: 0; right: 0; box-shadow: 0 0 20px #ffffff38; z-index: -1; } .blob1 { position: absolute; width: 70px; height: 100%; border-radius: 16px; bottom: 0; left: 0; background: radial-gradient( circle 60px at 0% 100%, #3fe9ff, #0000ff80, transparent ); box-shadow: -10px 10px 30px #0051ff2d; } .inner { padding: 14px 25px; border-radius: 14px; color: #fff; z-index: 3; position: relative; background: radial-gradient(circle 80px at 80% -50%, #777777, #0f1111); } .inner::before { content: ""; width: 100%; height: 100%; left: 0; top: 0; border-radius: 14px; background: radial-gradient( circle 60px at 0% 100%, #00e1ff1a, #0000ff11, transparent ); position: absolute; }
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!