tailwindtoolbox / Landing-Page

Tailwind CSS Starter Template - Landing Page
https://tailwindtoolbox.github.io/Landing-Page
MIT License
1.31k stars 602 forks source link

Qn: How to create the svg pattern #7

Closed bsr203 closed 5 years ago

bsr203 commented 5 years ago

Hi, I am not a designer, and wonder how did you create the svg pattern here Any online tool to create custom pattern or used a graphic editor? thanks bsr

tailwindtoolbox commented 5 years ago

Hey! I did what all web developers do is copy from another template! :)

You can use a tool like Figma and draw your own shapes and you can export them as a svg.

Or if you are just insterested in waves, this is a handy tool which you could use to create your own ones: https://getwaves.io/

You can merge multiple waves together by just merging the path tags into a single svg. e.g. `

`

bsr203 commented 5 years ago

thanks a ton for quick response and valuable tips. Cheers. bsr