Brutalist Style Footer Template
Embrace a raw, functional, and unapologetically digital aesthetic with this brutalist style footer.
This template rejects soft gradients and gentle shadows in favor of stark lines, monospaced fonts, and a utilitarian layout. It's perfect for portfolios, art projects, and any brand that wants to project a bold, confident, and edgy identity.

About this Brutalist Footer Template
Web brutalism is a style that emphasizes raw, exposed structure and function over polished ornamentation. This footer embodies that philosophy. It uses a system-standard monospaced font, sharp 1-pixel borders, and a rigid grid layout to create a look that is both minimalist and aggressive. Every element is functional and its structure is clearly visible.
Features
- Authentic Brutalist Style: Utilizes monospaced fonts, sharp borders, and a lack of ornamentation.
- Rigid Grid Layout: A strict, four-column CSS Grid that clearly delineates content sections.
- No-Frills Functionality: The design prioritizes the clear presentation of links over decorative elements.
- Fully Responsive: The grid columns stack cleanly on smaller screens while maintaining their hard-bordered look.
- Lightweight Code: A simple structure with minimal, focused CSS.
Ideal Use Cases
- Architect and designer portfolios.
- Underground fashion or music websites.
- Art project or exhibition websites.
- Any brand wanting to convey a raw, honest, and anti-corporate feel.
Code Breakdown
The layout is built on a container with a hard border. Inside, a CSS Grid defines the structure. The grid-template-columns
property is used with media queries to shift from a single column on mobile to a four-column layout on desktops. Each grid cell (.footer-brutalist__column
) also has a border, making the structure visible and reinforcing the brutalist aesthetic. The font is set to a generic monospace font family, which will use the default fixed-width font of the user's operating system.
Code
Here's the full code for the footer template: