skip to Main Content
</head>
<body>
    <header class="bg-info "> 
        <div class="container">
      
        <div class="row text-white">
            <div class="col-md-6 p-3 pl-6 ">     
          
                <h2>Jebin Tom</h2>                  
            </div>
        <div class="col-md-6  ">         

        </div>
    </div>
</div>
</header>


  

your text
here pl is not working
why pl is not working on it i am using bootstrap version 5.3.1

2

Answers


  1. I’m pretty sure in bootstrap 5, padding left is made with ps where s stands for start.

    https://getbootstrap.com/docs/5.0/utilities/spacing/

    Login or Signup to reply.
  2. In Bootstrap 4, the pl class moves to the left while in Bootstrap 5, the ps class moves to the left.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search