"A simple Banner Design In Bootstrap For Shopping Website"
Bootstrap 4.1.1 Snippet by anjalish

<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 href="https://fonts.googleapis.com/css?family=Anton&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <section> <div class="container-fluid"> <div class="row"> <div class="col-md-1"> <div class="row"> <div class="col-md-6"> <ul class="icon-list"> <li><i class="fa fa-user-o" aria-hidden="true"></i></li> <li><i class="fa fa-user" aria-hidden="true"></i></li> <li><i class="fa fa-search" aria-hidden="true"></i></li> </ul> </div> <div class="col-dm-6"> <ul class="icon-list-1"> <li><i class="fa fa-facebook" aria-hidden="true"></i></li> <li><i class="fa fa-twitter" aria-hidden="true"></i></li> <li><i class="fa fa-instagram" aria-hidden="true"></i></li> <li><i class="fa fa-youtube" aria-hidden="true"></i></li> </ul> </div> </div> </div> <div class="col-md-4" style="background-color: #fed0f5;"> <center> <img src="https://lp2.hm.com/hmgoepprod?set=source[/00/40/00409b855702e38fb47994a552452356327f4fee.jpg],origin[dam],category[ladies_knitwear_cardigans],type[LOOKBOOK],res[m],res[s],hmver[1]&call=url[file:/product/main]" alt="shopping-girl" class=""> </center> </div> <div class="col-md-7" style="background-color: #9c27b0;"> <br> <br> <small class="text-white">New Arrivals</small> <h1 class="display-2 text-white" style="font-family: 'Anton', sans-serif;">FINE - KNIT SWEATER</h1> <br> <!--Price Section--> <div class="row"> <div class="col-md-6"> <p class="price lead"><b>$ 14</b></p> </div> <div class="col-md-6"> <ul class="price-icon"> <li><i class="fa fa-tags"></i></li> <li><i class="fa fa-star"></i></li> <li><i class="fa fa-clock-o"></i></li> <li><i class="fa fa-tags"></i></li> </ul> </div> </div> <br> <!--Content Section--> <div class="row"> <div class="col-md-6"> <h4 class="text-white">Lorem Ipsum</h4> <p class="text-white">Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p> </div> <div class="col-md-6"> <h4 class="text-white">Lorem Ipsum</h4> <p class="text-white">Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p> </div> </div> <!--Slider Section--> <div class="row"> <div class="col-md-9"> <img src="https://gloimg.zafcdn.com/zaful/pdm-product-pic/Clothing/2017/10/16/goods-first-img/1515640922375730708.jpg" alt="images1" class="images1"> <img src="https://gloimg.zafcdn.com/zaful/pdm-product-pic/Clothing/2017/10/25/goods-first-img/1508895032326926000.jpg" alt="images2" class="images1"> <img src="https://gloimg.zafcdn.com/zaful/pdm-product-pic/Clothing/2017/10/16/goods-first-img/1515640922375730708.jpg" class="images1"> <img src="https://gloimg.zafcdn.com/zaful/pdm-product-pic/Clothing/2017/10/25/goods-first-img/1508895032326926000.jpg" alt="images2" class="images1"> </div> <div class="col-md-3"> <i class="fa fa-shopping-bag"></i> </div> </div> <br> <br> <div class="row"> <div class="col-md-12"> <p class="lead text-white">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p> </div> </div> </div> </div> </div> </section>
.icon-list>li,.icon-list-1>li { list-style-type: none; margin-top: 15px;} .icon-list-1 { margin-top: 20pc; font-size: 13px; margin-left: -2.2pc;} .icon-list { margin-top: 5pc; font-size: 13px;} .price-icon>li { list-style-type: none; color: white; display: inline-block;} .price-icon>li i { padding: 19px;} .price.lead { background-color: white; width: 68px; height: 68px; border-radius: 45px; padding: 15px 12px 20px 14px;} .fa.fa-shopping-bag { font-size: 85px; background-color: #FFC107; padding: 42px; color: #ffffff;} .images1 { width: 120px; padding: 15px;} @media(max-width: 640px){ .icon-list { margin-top: 2pc; display: none;} .icon-list-1 { margin-top: 0pc; margin-left: 0pc; display: none; } .images1 { width: 82px; }

Related: See More


Questions / Comments: