SVG Wave Generator
Create beautiful wave dividers for your website sections. Perfect for modern, flowing designs!
Section Above
Section Below
.wave-divider {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
overflow: hidden;
line-height: 0;
}
.wave-divider svg {
position: relative;
display: block;
width: calc(100% + 1.3px);
height: 150px;
}Features
- Multiple wave layers
- Adjustable complexity
- Flip for top/bottom
- Customizable colors
- Copy SVG & CSS code
How to Use
- 1Adjust wave count and height
- 2Set your preferred color
- 3Toggle flip for different positions
- 4Copy SVG and CSS code
- 5Paste into your project
Frequently Asked Questions
How do I use this?
Place the SVG in a container with position:relative and the wave with position:absolute at top or bottom.
Can I change the width?
The SVG uses viewBox so it scales to any width automatically.