Answers for "what are the two bootstrap classes you use to vertically and horizontally center a div inside a div? (flex-direction: row)"

1

bootstrap center div vertically and horizontally

<div class="container h-100">
  <div class="d-flex justify-content-md-center align-items-center vh-100">
   <p>Your Content</p>
  </div>     
 </div>
Posted by: Guest on August-29-2021

Code answers related to "what are the two bootstrap classes you use to vertically and horizontally center a div inside a div? (flex-direction: row)"

Browse Popular Code Answers by Language