In this article, I am going to show you how to create a footer design using HTML and CSS code. In the meantime, I have designed and shown many more types of footer sections. Hope you like this design too.
It is a complete professional footer design with all kinds of information neatly arranged. Footer credits have been added below. First of all, there is the option of About us where you can give some information about your service or yourself. Below that, I have used icons and links from five social media platforms. Next to it, contact information has been added.
Where address, email ID, and mobile number are given. Next to that are some links known as footer menus. There are pictures of some projects next to it. Here I have used six pictures. Below is a subscribe form to subscribe to. Where you can subscribe by adding a user name and email id.
I have used footer credits below all. Where you can use your own copyright. Next to it, I have used important links such as About Us, Contact Us, Privacy Policy, etc. It is a fully responsive design that can be used on any website. I used HTML and CSS code to design this footer design. I used bootstrap programming code to make it responsive.
Footer Design Using HTML, CSS, and Bootstrap
Below I show you the complete step-by-step how I made the design of this footer section. You can use the demo button below the article to watch the live demo. You can also download the source code using the download button.
If you want to see the complete process of making it step by step, follow the tutorial below. In this tutorial, I have described step by step the programming code that I used to create an element. This tutorial will show you exactly how to design a footer section.
Lorem ipsum dolor sit amet elit. Quisque eu lectus a leo dictum nec non quam. Tortor eu placerat rhoncus, lorem quam iaculis felis, sed lacus neque id eros
</p>
<divclass=“footer-social”>
<ahref=“”><iclass=“fab fa-twitter”></i></a>
<ahref=“”><iclass=“fab fa-facebook-f”></i></a>
<ahref=“”><iclass=“fab fa-youtube”></i></a>
<ahref=“”><iclass=“fab fa-instagram”></i></a>
<ahref=“”><iclass=“fab fa-linkedin-in”></i></a>
</div>
</div>
</div>
.footer.footer-social {
position: relative;
margin-top: 20px;
}
.footer.footer-sociala {
text-align: center;
color: #999999;
font-size: 14px;
border: 1pxsolid#999999;
display: inline-block;
width: 35px;
height: 35px;
padding: 6px0;
border-radius: 35px;
}
.footer.footer-sociala:hover {
color: #ffffff;
background: #0085ff;
border-color: #0085ff;
}
Result:
Step 3: Add contact information
<divclass=“col-md-6 col-lg-3”>
<divclass=“footer-contact”>
<h3>Get In Touch</h3>
<p><iclass=“fa fa-map-marker-alt”></i>123 Street, New York, USA</p>
Lorem ipsum dolor sit amet elit. Quisque eu lectus a leo dictum nec non quam. Tortor eu placerat rhoncus, lorem quam iaculis felis, sed lacus neque id eros
I hope you have learned how to make footer designs from this article. I have designed many types of footer sections before. You can see them if you want. I hope you have learned how to make it from this article.