In following code, the text hello world is not moving to centre of the screen using mx-auto. What is the problem?
<div class="container-fluid">
<div class="row ">
<div class="col-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 my-border" >
<div class="alert alert-success mx-auto" >
Hello World
</div>
</div>
</div>
</div>