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
"Custom Styles Bootstrap Buttons"
Bootstrap 4.1.1 Snippet by
Webcentcreations
4.1.1
Preview
HTML
CSS
View Full Screen
Fork
Fork this
1.0K
 
0 Fav
Post to Facebook
Tweet this
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row mt-5"> <div class="col-md-12 text-center"> <div class="card"> <h1>Bootstrap Fancy Buttons</h1> <div class="buttons-div"> <a href="javascript:void(0)" class="btn btn-trans">Transparent</a> <a href="javascript:void(0)" class="btn btn-solid">Solid</a> <a href="javascript:void(0)" class="btn btn-gradient">Gradient</a> </div> <div class="buttons-div"> <a href="javascript:void(0)" class="btn btn-emboss">Trans Button</a> <a href="javascript:void(0)" class="btn btn-oval">Trans Button</a> <a href="javascript:void(0)" class="btn btn-oval-solid">Trans Button</a> </div> </div> </div> </div> </div>
.buttons-div{ margin-top: 1em; } .buttons-div a{ text-decoration: none; margin: 1em; } .mt-5 { margin-top: 5em; } .text-center{ text-align: center; } .card{ box-shadow: 1px 2px 4px 2px #efefef; padding:3em; font-family: serif; } .btn-trans{ border: 2px solid #4b5986; color: #4b5986; border-radius: 7px; padding: 0.5em 2em; font-size: 18px; transition: all .3s ease-in-out; } .btn-trans:hover, .btn-trans:focus{ background-color: #4b5986; color: #fff; transition: all .3s ease-in-out; } .btn-solid{ border: 2px solid #4b5986; color: #fff; background-color: #4b5986; border-radius: 7px; padding: 0.5em 2em; font-size: 18px; transition: all .3s ease-in-out; } .btn-solid:hover, .btn-solid:focus{ background-color: transparent; color: #4b5986; transition: all .3s ease-in-out; } .btn-gradient{ background: linear-gradient(#889ad6, #626f9a, #3d486d); color: #fff; border-radius: 7px; padding: 0.5em 2em; font-size: 18px; border: 2px solid #4b5986; transition: all .3s ease-in-out; } .btn-gradient:hover, .btn-gradient:focus{ background: linear-gradient(#889ad6, #626f9a); color: #fff; border-color: #626f9a; transition: all .3s ease-in-out; } .btn-emboss,.btn-emboss:focus{ background: #7281b3; border: 2px solid #7281b3; color: #fff; font-size: 18px; padding: 0.5em 2em; box-shadow: 4px 4px 2px 2px #465278; transition: all .3s ease-in-out; } .btn-emboss:hover{ background: #586282; border: 2px solid #586282; color: #fff; } .btn-emboss:active{ color: #fff; box-shadow: none; transition: all .3s ease-in-out; } .btn-oval{ background: transparent; border: 2px solid #4b5986; color: #4b5986; border-radius: 25px; font-size: 18px; padding: 0.5em 2em; transition: all .3s ease-in-out; box-shadow: 1px 1px 2px 1px #b5b9bf; } .btn-oval:hover{ background-color: #4b5986; color: #fff; transition: all .3s ease-in-out; } .btn-oval-solid{ background: #4b5986; border: 2px solid #4b5986; color: #fff; border-radius: 25px; font-size: 18px; padding: 0.5em 2em; transition: all .3s ease-in-out; box-shadow: 1px 1px 2px 1px #b5b9bf; } .btn-oval-solid:hover{ background: transparent; color: #4b5986; }
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76