How Do You Put a Border Around Text in Canva?

How Do You Put a Border Around Text in Canva?

Are you looking to add a border around your text in Canva? Adding a border can help make your text stand out and add a stylish touch to your designs. In this tutorial, we will walk you through the steps of putting a border around text in Canva using HTML styling elements.

Step 1: Open Canva

To get started, open Canva and create a new design or open an existing one. Canva is a popular online graphic design tool that allows you to create stunning designs effortlessly.

Step 2: Add Text

Next, click on the "Text" tab on the left sidebar and select the type of text element you want to add to your design. Canva offers various font styles, sizes, and formatting options.

Add Bold Text

To make your text bold, use the tag. Simply wrap your desired text with the opening and closing tags. For example:

This is my bold text

Add Underlined Text

If you want to underline your text, use the tag. Wrap your desired text with the opening and closing tags. For example:

This is my underlined text

Step 3: Apply Border to Text

To put a border around your text in Canva, we will use CSS styling within an inline style attribute. Modify the HTML tag that contains your desired text by adding the style attribute with CSS properties for border, such as border-width, border-color, and border-style.

For example, to add a solid black border with a thickness of 2 pixels around your text, you can use the following code:

This is my text with a border

Step 4: Customize Your Border

You can further customize the border by adjusting the CSS properties. Here are some examples:

Border Color

You can specify the color of your border using CSS color values. For instance:

This is my red border

Border Style

You can change the style of your border using different CSS values like dashed or dotted. For example:

This is my dashed border

Border Radius

If you want rounded corners for your border, you can use the CSS property "border-radius". For instance:

This is my text with rounded corners

Step 5: Fine-tune Your Design

Once you have added the desired borders to your text in Canva, you can continue to fine-tune your design by adjusting other elements such as font size, colors, and positioning.

Conclusion

Adding a border around text in Canva using HTML styling elements is a simple yet effective way to enhance your designs. By using the and tags, you can make your text bold or underlined, while the CSS properties allow you to create customized borders that suit your design aesthetic.

Now that you know how to put a border around text in Canva, feel free to experiment and unleash your creativity!