I have tried to set up the bootstrap footer content at the center of the bottom. But unfortunately footer did not set up exactly center position . I have not figured out the errors. Please help me.
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<footer class="container text-center"; style="position:absolute; bottom:0px; ">
<p>This is my footer content</p>
</footer>