How Do You Make Text Wavy in Canva?

How Do You Make Text Wavy in Canva?

Are you tired of using plain, boring text in your Canva designs? Do you want to add some flair and creativity to your designs by making the text wavy? Well, you're in luck! In this tutorial, we will explore how you can make text wavy in Canva using HTML styling elements.

Step 1: Accessing the Text Editor

To get started, open Canva and create a new design or choose an existing one. Once you have your design ready, select the text element that you want to make wavy. This will open up the text editor on the left-hand side of your screen.

Step 2: Adding HTML Styling Elements

To make the text wavy, we will use the CSS text-decoration property. This property allows us to add various effects to our text, including making it wavy. To apply this effect, simply add the following code to your text element:

  • : This opens a span element and applies the wavy effect to the enclosed text.
  • Your desired text goes here
  • : This closes the span element.

Once you have added this code, you will notice that your text instantly becomes wavy!

Step 3: Adjusting the Waviness

If you want to adjust the intensity of the waviness, you can do so by modifying the CSS property value. Instead of just using wavy, you can experiment with different values such as:

  • : This sets a low intensity wavy effect.
  • : This sets a medium intensity wavy effect.
  • : This sets a high intensity wavy effect.

Feel free to play around with these values until you achieve the desired waviness for your text.

Step 4: Customizing the Wavy Text

To further enhance the visual appeal of your wavy text, you can customize it using other HTML styling elements. For example:

  • : You can make parts of your text bold by enclosing them with the b element. This can create a striking contrast between the wavy and non-wavy parts of your text.
  • : If you want to underline certain words or phrases within your wavy text, you can use the u element to achieve this effect.

By combining these styling elements, you can create visually engaging and dynamic text designs that are sure to captivate your audience!

Conclusion

In this tutorial, we have learned how to make text wavy in Canva using HTML styling elements. By utilizing the CSS text-decoration property and other styling elements like b and u, you can add depth and creativity to your designs. So go ahead and experiment with making your text wavy in Canva, and let your creativity soar!