My form is not aligned in the center of my page. Below is my HTML file and the resulting output. How can I center my view?
https://i.sstatic.net/mqXr8.png
Here is the code snippet from my HTML:
<div class="container">
<div class='row justify-content-center'>
<div class='col'>
<p></p>
<h1>Member Details: </h1>
<p>Name: JP</p>
<p>Surname: Roux</p>
<p>ID Nr: 7604195133089</p>
<p>Mobile Nr: 0741115552</p>
<p>Email: <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="f79d87b783928483d994989a">[email protected]</a></p>
<p>D.O.B: 1976-04-19</p>
<p>Language: Afrikaans</p>
<p>Interests:
<ul>
<li>Tennis</li>
<li>Squash</li>
</ul>
</p>
<p>Created At: 2018-06-06 09:31:31</p>
<div class="page-header">
<a href="http://tomcrud.test:8080/members/14/edit" class="btn btn-info">Edit</a>
</div>
</div>
</div>