SVG Wave Divider Footer Template
Break away from straight lines with this elegant footer featuring a custom SVG wave divider.
This template adds a touch of custom design flair by using a smooth, scalable SVG wave to separate your footer from the main content. It's a modern technique that looks great on creative sites, portfolios, and SaaS landing pages.

About this SVG Divider Footer Template
Standard horizontal lines can be boring. This footer template elevates a simple dark mode design by introducing a custom shape divider. The effect is achieved by layering an inline svg
element just before the footer, creating a dynamic, flowing transition. The footer itself contains a classic and functional multi-column layout for navigation and contact links.
Features
- Custom Shape Divider: An elegant SVG wave creates a unique visual transition.
- Scalable & Responsive: The SVG is fully responsive and looks crisp on all screen sizes, from mobile to high-resolution desktops.
- Easy to Customize: The wave's shape and color are controlled directly within the SVG code and CSS, allowing for easy modification.
- Classic Dark Mode Layout: A functional and familiar four-column grid organizes footer content effectively.
- Layered Design: The illusion of the wave "cutting into" the page content is achieved by using a negative top margin on the footer.
Ideal Use Cases
- SaaS and App Landing Pages
- Creative and Design Agencies
- Modern portfolios and blogs.
- Any website wanting to add a custom, high-end design touch.
Code Breakdown
This effect relies on two key elements: the .footer-divider
div containing the inline svg
, and the main .footer-wave
element. The SVG is set to display: block
and its fill
color is set in the CSS to match the footer's background color.
To create the overlapping effect, the footer itself is given a negative margin-top
value. This pulls the footer up, making it appear as though the SVG wave is part of the footer and is carving into the section above it. This technique avoids complex positioning and keeps the document flow intact.
Code
Here's the full code for the footer template: