<div class="container">
  <h2 class="text-primary"> This a container in Bootstrap</h2>
  
  <p class="text-success">
    This is the most basic example of a container in Bootstrap. A container in Bootstrap is going to justify all the content of the division to the center.
  </p>
</div>

External CSS

  1. https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css

External JavaScript

This Pen doesn't use any external JavaScript resources.