Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"3D Buttons - CSS "
Bootstrap 3.3.0 Snippet by
rasheedbhutto
3.3.0
buttons
Preview
HTML
CSS
View Full Screen
Fork
Fork this
4.6K
 
0 Fav
Post to Facebook
Tweet this
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <span class="btn btn-small submit">Submit</span> <span class="btn btn-small submit">Go!</span> <span class="btn btn-small submit">Search</span> <span class="btn btn-small submit">No</span> <span class="btn btn-small submit">Maybe</span> </div> <div class="row"> <span class="btn btn-medium info">Cancel</span> <span class="btn btn-medium info">Clear</span> <span class="btn btn-medium info">Yes</span> </div> <div class="row"> <span class="btn btn-large cancel">Big Ole Button</span> </div> </div>
/* Keep everything the same */ * { margin: 0; padding: 0; box-sizing: border-box; font: bold 14px Arial, sans-serif; } /* So the background is not so plain */ html { height: 100%; background: white; background: radial-gradient(circle, #fff 20%, #ccc); background-size: cover; } .container { width:425px; height:auto; margin: 100px auto 0; display: block; } .row { display:block; width:100%; min-height:75px; height:auto; } .btn { float: left; position: relative; top: 0; cursor: pointer; background: white; border-radius: 3px; box-shadow: 0px 4px rgba(0, 0, 0, 0.2); margin: 0 7px 11px 0; color: #888; text-align: center; /* so nobody selects the inside text on button */ user-select: none; /* Smoothing out hover using css3 transitions, if not, the pressed button effect looks a bit hard */ transition: all 0.2s ease; } .btn-small { line-height: 36px; width: 78px; height: 36px; } .btn-medium { line-height: 45px; width: 134px; height: 45px; font-size: 120%; } .btn-large { line-height: 80px; width: 100%; height: 85px; font-size: 160%; } /*========== Different button styles ==========*/ .submit { background: #b7de01; box-shadow: 0px 5px #687e00; color: #687e00; } .submit:hover { background: #99ba01; box-shadow: 0px 4px #435100; color: #687e00; } /* Imitate a pressed effect for buttons */ .submit:active { box-shadow: 0px 0px #717a33; top: 4px; } .cancel { background: #00ddeb; box-shadow: 0px 5px #028d96; color: white; } .cancel:hover { background: #01d1de; box-shadow: 0px 4px #006066; color: white; } /* Imitate a pressed effect for buttons */ .cancel:active { top: 4px; box-shadow: 0px 0px #d3545d; } .info { background: #d9008f; box-shadow: 0px 5px #5f023f; color: white; } .info:hover { background: #b60178; box-shadow: 0px 4px #3f002a; color: white; } /* Imitate a pressed effect for buttons */ .info:active { top: 4px; box-shadow: 0px 0px #d3545d; }
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76