"Footer Bootstrap 4"
Bootstrap 4.1.1 Snippet by webenlance

<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://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous"> <h1><center>Bootstrap 4 Footer</center></h1> <!--footer starts from here--> <footer class="footer"> <div class="container bottom_border"> <div class="row"> <div class=" col-sm-4 col-md col-sm-4 col-12 col"> <h5 class="headin5_amrc col_white_amrc pt2">Find us</h5> <!--headin5_amrc--> <p class="mb10">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</p> <p><i class="fa fa-location-arrow"></i> 9878/25 sec 9 rohini 35 </p> <p><i class="fa fa-phone"></i> +91-9999878398 </p> <p><i class="fa fa fa-envelope"></i> info@example.com </p> </div> <div class=" col-sm-4 col-md col-6 col"> <h5 class="headin5_amrc col_white_amrc pt2">Quick links</h5> <!--headin5_amrc--> <ul class="footer_ul_amrc"> <li><a href="http://webenlance.com">Image Rectoucing</a></li> <li><a href="http://webenlance.com">Clipping Path</a></li> <li><a href="http://webenlance.com">Hollow Man Montage</a></li> <li><a href="http://webenlance.com">Ebay & Amazon</a></li> <li><a href="http://webenlance.com">Hair Masking/Clipping</a></li> <li><a href="http://webenlance.com">Image Cropping</a></li> </ul> <!--footer_ul_amrc ends here--> </div> <div class=" col-sm-4 col-md col-6 col"> <h5 class="headin5_amrc col_white_amrc pt2">Quick links</h5> <!--headin5_amrc--> <ul class="footer_ul_amrc"> <li><a href="http://webenlance.com">Remove Background</a></li> <li><a href="http://webenlance.com">Shadows & Mirror Reflection</a></li> <li><a href="http://webenlance.com">Logo Design</a></li> <li><a href="http://webenlance.com">Vectorization</a></li> <li><a href="http://webenlance.com">Hair Masking/Clipping</a></li> <li><a href="http://webenlance.com">Image Cropping</a></li> </ul> <!--footer_ul_amrc ends here--> </div> <div class=" col-sm-4 col-md col-12 col"> <h5 class="headin5_amrc col_white_amrc pt2">Follow us</h5> <!--headin5_amrc ends here--> <ul class="footer_ul2_amrc"> <li><a href="#"><i class="fab fa-twitter fleft padding-right"></i> </a><p>Lorem Ipsum is simply dummy text of the printing...<a href="#">https://www.lipsum.com/</a></p></li> <li><a href="#"><i class="fab fa-twitter fleft padding-right"></i> </a><p>Lorem Ipsum is simply dummy text of the printing...<a href="#">https://www.lipsum.com/</a></p></li> <li><a href="#"><i class="fab fa-twitter fleft padding-right"></i> </a><p>Lorem Ipsum is simply dummy text of the printing...<a href="#">https://www.lipsum.com/</a></p></li> </ul> <!--footer_ul2_amrc ends here--> </div> </div> </div> <div class="container"> <ul class="foote_bottom_ul_amrc"> <li><a href="http://webenlance.com">Home</a></li> <li><a href="http://webenlance.com">About</a></li> <li><a href="http://webenlance.com">Services</a></li> <li><a href="http://webenlance.com">Pricing</a></li> <li><a href="http://webenlance.com">Blog</a></li> <li><a href="http://webenlance.com">Contact</a></li> </ul> <!--foote_bottom_ul_amrc ends here--> <p class="text-center">Copyright @2017 | Designed With by <a href="#">Your Company Name</a></p> <ul class="social_footer_ul"> <li><a href="http://webenlance.com"><i class="fab fa-facebook-f"></i></a></li> <li><a href="http://webenlance.com"><i class="fab fa-twitter"></i></a></li> <li><a href="http://webenlance.com"><i class="fab fa-linkedin"></i></a></li> <li><a href="http://webenlance.com"><i class="fab fa-instagram"></i></a></li> </ul> <!--social_footer_ul ends here--> </div> </footer> <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
/*footer*/ .col_white_amrc { color:#FFF;} footer { width:100%; background-color:#263238; min-height:250px; padding:10px 0px 25px 0px ;} .pt2 { padding-top:40px ; margin-bottom:20px ;} footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;} .mb10 { padding-bottom:15px ;} .footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; } .footer_ul_amrc li {padding:0px 0px 5px 0px;} .footer_ul_amrc li a{ color:#CCC;} .footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;} .fleft { float:left;} .padding-right { padding-right:10px; } .footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;} .footer_ul2_amrc li p { display:table; } .footer_ul2_amrc li a:hover { text-decoration:none;} .footer_ul2_amrc li i { margin-top:5px;} .bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;} .foote_bottom_ul_amrc { list-style-type:none; padding:0px; display:table; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; } .foote_bottom_ul_amrc li { display:inline;} .foote_bottom_ul_amrc li a { color:#999; margin:0 12px;} .social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none; } .social_footer_ul li { padding-left:20px; padding-top:10px; float:left; } .social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;} .social_footer_ul li i { width:20px; height:20px; text-align:center;}

Related: See More


Questions / Comments:

im web developer, and i want to use this footer for the website that i develop.

i must write your name or footer link?

futureprogramm3r (-1) - 4 years ago - Reply -1