"Untitled"
Bootstrap 4.1.1 Snippet by RizwanAkram

<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 ----------> <div class="container"> <div class="registration-process"> <div class="row"> <div class="col-md-6 mb-4 mb-md-0"> <div class="card bg-secondary-soft text-center p-5"> <figure> <img src="https://i.ibb.co/Sv9XT95/SITC.png" class="img-fluid" alt=""> </figure> <div class="meta"> <h4>Sell as</h4> <a href="" class="btn btn-secondary">Individual</a> </div> </div> </div> <div class="col-md-6"> <div class="card bg-primary-soft text-center p-5"> <figure> <img src="https://i.ibb.co/4S5BTFM/SIOC.png" class="img-fluid" alt=""> </figure> <div class="meta"> <h4>Sell as</h4> <a href="business.html" class="btn btn-primary">Business</a> </div> </div> </div> </div> </div> </div> <div class="container"> <div class="registration-process"> <div class="row"> <div class="col-md-6 mb-4 mb-md-0"> <div class="card text-center p-5"> <figure> <img src="https://i.ibb.co/Sv9XT95/SITC.png" class="img-fluid" alt=""> </figure> <div class="meta"> <h4>Sell it to Cartlow</h4> <p> Let Cartlow purchase your items at your door step. </p> <a href="" class="btn btn-secondary">Start Selling</a> </div> </div> </div> <div class="col-md-6"> <div class="card text-center p-5"> <figure> <img src="https://i.ibb.co/4S5BTFM/SIOC.png" class="img-fluid" alt=""> </figure> <div class="meta"> <h4>Sell it on Cartlow</h4> <p> Sell your item on Cartlow’ market place </p> <a href="business.html" class="btn btn-secondary">Start Selling</a> </div> </div> </div> </div> </div> </div>
body { background: #ddd; } .bg-primary-soft { background: rgba(79, 176, 74, 0.2); } .bg-secondary-soft { background: rgba(29, 47, 66, 0.2); } .registration-process .card { border: 0; border-radius: 30px; } .registration-process .card figure { margin: 0; } .registration-process .card .meta { margin-top: 2rem; } .registration-process .card .logo { margin: 0 auto; max-width: 250px; position: relative; } .registration-process .btn { min-width: 130px; } @media (min-width: 768px) { .registration-process { height: 100vh; padding: 50px; } } @media (max-width: 767px) { .registration-process { padding: 20px; } }

Related: See More


Questions / Comments: