Skip to content Skip to sidebar Skip to footer

When I Try To Use Container-fluid Centered Form Is Moving To The Left. How To Keep It In The Center?

When I give a gradient color to the full screen I tried to use container-fluid for that but the form with the card which was centered moved left. Here is the code:

Solution 2:

On your col row add justify-content-center

<div class="col-sm-9 col-md-7 col-lg-5 justify-content-center mx-auto signinform">

Post a Comment for "When I Try To Use Container-fluid Centered Form Is Moving To The Left. How To Keep It In The Center?"