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

<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 orange-circle-button" href="">Сделать<br>заказ!</button> </div> </div> </div>
body { font-size: 18px; } .orange-circle-button { box-shadow: 3px 1px 0 2px rgba(0,0,0,0.1); border: 5px solid #000000; font-family: 'Open Sans', sans-serif; font-size: 35px; font-weight:bold; line-height: 1.1em; color: #000000; background-color: #ffffff; height: 160px; width: 220px; position: relative; } .orange-circle-button:hover { color:#2dbecc; background-color: #ffffff; text-decoration: none; border-color: #2dbecc; } .orange-circle-button:visited { color:#ffffff; background-color: #e84d0e; text-decoration: none; } .orange-circle-link-greater-than { }

Related: See More


Questions / Comments: