"Horizontal card"
Bootstrap 3.3.0 Snippet by ALIMUL AL RAZY

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/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 ----------> <div class="container"> <div class="row"> <div class="col-md-5"> <div class="card-box"> <div class="card-img-content"> <img src="https://images.unsplash.com/photo-1523688161035-247757c1ffff?ixlib=rb-0.3.5&s=f48e1584289f292e4799549181416268&auto=format&fit=crop&w=634&q=80"> </div> <div class="card-description-content"> <h5 class="title">llorem ipsum clesfk</h5> <div class="description">Celebrating 40 years of adas in action.</div> <div class="button-section"><a href="#" class="button">Download</a></div> </div> </div> </div> </div> </div>
.card-box{ display: flex; } .card-content{ flex: 1; } img { vertical-align: middle; border-style: none; width:150px; height:200px; } .card-description-content{ flex: 1; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; padding-left: 20px; padding-right: 48px; } .button{ background-color: #C5D92C; font-family: Raleway-Bold; font-size: 14px; color: #365072; letter-spacing: 0; height: 38px; padding-left: 25px !important; padding-right: 25px !important; border: none; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 1rem; border-radius: 0px !important; text-transform: uppercase; cursor: pointer; -webkit-transition: background-color 0.5s ease-out !important; -o-transition: background-color 0.5s ease-out !important; transition: background-color 0.5s ease-out !important; }

Related: See More


Questions / Comments: