Advertisement
herzegovina

squiggly/wavy css text

Nov 30th, 2021
1,100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.14 KB | None | 0 0
  1. <style>
  2. .wave {
  3.  text-decoration: underline wavy;
  4. }
  5. </style>
  6. <p class="wave">wiggly squiggly twiggly... whatever that ends in gly...</p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement