Free UI/UX design course
Learn how to create exceptional designs by reading my new tutorial.
Start learningFooter
A footer is an additional navigation component. It can hold links, buttons, company info, copyrights, forms, and many other elements. It is placed at the bottom of your website.
Footers can hold multiple different components. Let's go through the most popular ones one by one.
Copyrights
This is probably the most important part of any footer.
We put a mask on the copyrights section using RGBA or HSLA code to outstand it. You can change the intensity of its color by manipulating the last value in the RGBA / HSLA code.
Links
You can adjust the number of the columns by using grid system.
Text
For more advanced text options have a look at the Typography docs or Text utilities docs .
Images
For more advanced images options have a look at the Images docs .
Icons
For more advanced icon options have a look at the Icons docs and Buttons docs.
Colors
By default the background color is set via CSS class
.bg-body-tertiary
which is as a very light grey in a light mode, and light dark in a dark mode. If you don't want / don't need switching between light/dark modes you can set your own color choosing from
MDB color palette
or by setting a completely custom color via inline CSS, for example
style="background-color: #9933CC;"
When changing the color of the footer to the darker remember to change also the color of the containing elements.
In the example below, we add .text-white
class to change the color of the text to
white and we replace .text-dark
class in the links to .text-white
as
well.
Step 1 - create footer and add it to the project
Using the knowledge above, let's create a footer containing copyrights, links, text and icons.
We will not go into details here, because each of the elements and functionalities used in the footer has already been discussed in this and previous lessons.

About author
Michal Szymanski
Co Founder at MDBootstrap / Listed in Forbes „30 under 30" / Open-source enthusiast / Dancer, nerd & book lover.
Author of hundreds of articles on programming, business, marketing and productivity. In the past, an educator working with troubled youth in orphanages and correctional facilities.