Wavy text animation II
Improving the previous CSS-only Wavy animation
- Adding another wave
- Support multi-line of text
See the Pen Multi-line CSS only wavy text by Temani Afif (@t_afif) on CodePen.
More CSS Tips
- Extend the background to the edge of the screen Use a border-image trick to create an overflowing background.
- CSS Graph paper pattern Use CSS gradients to create a Graph paper pattern.
- A color overlay above your images Use outline to add an overlay to your image.
- Tooltip using mask Use CSS mask to create a tooltip with a gradient coloration.