bulma text-center

To center align text in Bulma, you can use the "has-text-centered" class. Here's an example of how you can apply it:

<p class="has-text-centered">This text will be center aligned.</p>

In the example above, the "has-text-centered" class is added to the paragraph element (<p>) to center align the text within it.

You can also apply the "has-text-centered" class to other elements, such as headings or divs, to center align their content.

Please note that you need to include the Bulma CSS framework in your project for these classes to work properly.