"Circle button with 3d shadow and hover effect"
Bootstrap 3.2.0 Snippet by tryinghard

<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.2.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"> <div class="col-md-12"> <button class="btn btn-default pink-circle-button" href="">Read<br />more<br /><span class="pink-circle-greater-than">></span></button> </div> </div> </div>
body { font-size: 18px; } .pink-circle-button { box-shadow: none; border: .5em solid #ff5098; font-size: 1em; line-height: 1.1em; color: #ffffff; background-color: #ff5098; margin: auto; border-radius: 50%; height: 7em; width: 7em; position: relative; } .pink-circle-button:hover { color:#ffffff; background-color: #ff5098; text-decoration: none; border-color: #ff5098; } .pink-circle-button:visited { color:#ffffff; background-color: #ff5098; text-decoration: none; } .pink-circle-link-greater-than { font-size: 1em; }

Related: See More


Questions / Comments: