0
How to make text wavy in web?
I tried but there is still missing which I don't know.
4 Respostas
+ 10
You can use SVG to line up a text along a wavy-form.
Check this article:
https://css-tricks.com/snippets/svg/curved-text-along-path/
If you want to do with CSS then I suggest to break the word into letters and position each of them separately in a wave form. This way you may have more animation options I guess🤔.
Also Show your code so that we can understand what procedure you are trying and help you out 😉.
Happy Learning 🙂
+ 2
Can you share your code so that i can analyse where you're going wrong.
+ 1
Question solved