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

<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 red-circle-button" href="">Read<br />more<br /><span class="red-circle-greater-than">></span></button> </div> </div> </div>
body { font-size: 18px; } .red-circle-button { box-shadow: 2px 4px 0 2px rgba(0,0,0,0.1); border: .5em solid 57925; font-size: 1em; line-height: 1.1em; color: #ffffff; background-color: #71216; margin: auto; border-radius: 50%; height: 7em; width: 7em; position: relative; } .red-circle-button:hover { color:#ffffff; background-color: #e84d0e; text-decoration: none; border-color: #ff7536; } .red-circle-button:visited { color:#ffffff; background-color: #e84d0e; text-decoration: none; } .red-circle-link-greater-than { font-size: 1em; }

Related: See More


Questions / Comments: