Bootstrap Heading Center Align


Bootstrap Heading Center Align : Sometimes we need to align the heading in center. There are many ways to align center the heading we can use default classes to align center or we can add our own class to align center the Heading. Here in this tutorial we are going to explain how you can align center the heading.


Bootstrap Heading Center Align

You can center align the heading as below –

Example 1

You can use the text-center class to align the heading in center.

Bootstrap Heading Center Align Example:

<h1 class="text-center">Heading</h1>

Try it »

If you run the above example it will produce the following output as below –

Bootstrap Heading Center Align


Advertisements

Add Comment

📖 Read More