navigations

Tailwind CSS Footer

The footer serves as a space where you can include various elements such as a logo, copyright notice, and links to other pages.

Class Name
Type
Description
footerComponentBase class for footer component.
footer-titleComponentBase class for title of a footer column.
footer-centerModifierAligns footer content to center.

Use the component class footer for footer component.

Use the component class footer for footer component. Below given example displays static footer with links.

Please refer to the following example for a sticky footer that remains visible even when scrolling.

Please refer to the following example for a footer with logo section. Use component class footer-title for footer column headings.

Please refer to the following example for a footer with form.

Please refer to the following example for a footer with logo & social links.

Please refer to the following example for a footer with copyright text.

Please refer to the following example for a footer with copyright text & social links.

Please refer to the following example for a footer with two rows.

Please refer to the example below for a centered footer with a logo and social icons. Utilize the modifier class footer-center to align the footer content in the center.

Please refer to the example below for a centered footer with social icons.

Please refer to the example below for a footer dual footer with partition.

Please refer to the example below for a footer with dropdown.