Hi!
Does someone know how to add a wave like this ?
On Figma, I have just add a SVG wave that I have designed, but how to make this on my website ?
Best,
A user seeks guidance on implementing an SVG wave design from Figma onto their website.
Recommended Approach:
<style> tagsImplementation Methods:
<img> tag with the SVG file path as the src attributeCurrent Status:
The original poster requested clarification on the inline styling implementation and editing the ::before attribute for the ‘td-sc-overlay’ class. The discussion remains open with technical details being refined.
Hi!
Does someone know how to add a wave like this ?
On Figma, I have just add a SVG wave that I have designed, but how to make this on my website ?
Best,
Hi @slourdel , cool website!
There are a couple of ways to go about this, but here is what I would do:
Play around with this, and let me know how far you get with it! Here is an example using another image I found on the site.
Hi!
Thanks for your reply!
I don’t understand this part :
Can you explain?
Best!
Save your SVG wave file and add it to your website’s directory.
In your HTML file, create a new section or div where you want to place the wave.
Inside the section or div, add an SVG tag with the path to your wave file. You can do this by using the tag and adding the path to your SVG file as the src attribute.
Use CSS to position and style the SVG wave. You can use the position, top, left, and z-index properties to place the wave where you want it, and you can use the height and width properties to adjust the size.
the section has a height of 200px, and the wave is positioned absolutely within the section using the top, left, width, and height properties. The z-index property is set to -1 so that the wave appears behind the content of the section.