"Button Effect"
Bootstrap 3.1.0 Snippet by msacode

<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.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"> <br><Br> <section> <button id="js-trigger-overlay" type="button">Button Effect</button> </section>
body { min-height: 100%; margin: 0; padding: 0; font: 400 1.4rem 'Lato', Verdana, Helvetica, sans-serif; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #wrapper { width: 100%; margin: 0; padding: 0; } .container { width: 80%; margin: 0 auto; } section button { margin: 0 auto; font-size: 2.0rem; padding: 1.25rem 2.5rem; display: block; background-color: #009ac9; border: 1px solid transparent; color: #ffffff; font-weight: 300; -webkit-border-radius: 3px; border-radius: 3px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } section button:hover { background-color: #ffffff; color: #009ac9; border-color: #009ac9; }

Related: See More


Questions / Comments: