"Card Ariel Basic"
Bootstrap 4.1.1 Snippet by mcbeauty

<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 ----------> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous"> <div class="container" style="width:400px"> <div class="card"> <div class="card-body"> <img class="card-img-bottom" src="https://cdn.pixabay.com/photo/2016/01/20/13/05/cat-1151519_960_720.jpg"> </div> </div> <div class="center"> <h2>Ariel</h2> <h4>professional</h4> <button type="button" class="btn btn-pink btn-outline-dark"><i class="fab fa-instagram"></i></button> <button type="button" class="btn btn-pink btn-outline-dark"><i class="fab fa-twitch"></i></button> <button type="button" class="btn btn-pink btn-outline-dark"><i class="fab fa-dribbble"></i></button> </div> </div>
.center{ text-align:center; } .btn-pink{ color:pink; border:1px solid pink; } .btn-pink:hover{ border:1px solid pink; background:pink; color:white } h2{ font-weight:600; font-size:21px; } h4{ font-weight:400; font-size:18px; } .card:hover{ opacity:0.5; box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.37); } .card{ -moz-transition-property: box-shadow , opacity; -moz-transition-duration: 1s; -webkit-transition-property: box-shadow , opacity; -webkit-transition-duration: 1s; -o-transition-property: box-shadow , opacity; -o-transition-duration: 1s; transition-property:box-shadow, opacity; transition-duration: 1s; }

Related: See More


Questions / Comments: