fixed footer

The website footer is one of the most important segments situated at the bottom of a web page. This section normally contains logos, contact information, social media icons, copyright notice, and so on. In this article, we will learn how to Create a Fixed Bottom Footer Using HTML and CSS. Go for the code after following the below video instructions. There are several videos that are related to front-end development on our Youtube Channel. If you are interested, you can subscribe to our channel.




I hope that you have gone through the video instructions. The footer part of a website is very important. The credibility of a website can be increased by footers. We will design a sticky footer today. The sticky footer is that it sticks to the bottom of the browser window.

The first thing we did was take a div for this project. We decided to call it a 'wrapper'. There was a header and random text inside the div that we took. The contents of this div will remain top of the footer. We took a div called footer and took the company name, some text, and social media icons from it. Adding privacy policy, copyright text, and other important pieces of information is possible if you want to. The padding and margin of the project were set to zero at the beginning of the CSS section. The default margin and padding of the project will be removed with the help of this. We've given the 'wrapper' div width and used margin and text-align properties to bring its contents to the center. We have used position fixed property to make the footer part sticky. We used a Wavy background image as the footer's background to make the footer look a little more beautiful. We have followed some basic rules of CSS to style the footer contents. If you can do basic CSS then you can easily understand. We used CSS media queries to make the project responsive. We have changed some values ​​in the media query so that the project looks good on a small device.

You May Also like:


Fixed Bottom Footer using HTML CSS [ Source Code ]:


To make this project happen, you have to make two files. There are two files, one is an HTML file and the other is a CSS file. After that, you have to link the external CSS file to the HTML file. You can copy the code from the below code box and paste them into your project. If you have a problem with the code, you can download the source code from the download button. 

ADD HTML:




ADD CSS:




I am hoping that you have implemented the code successfully. If you would like to receive more like this, please visit our website more frequently. Please let other people know about the articles on this website. Helping other people to learn is what learning is all about. We would like to say thank you for visiting our website.

Post a Comment

Please Do not Enter any spam link in the comment box