when I was editing the footer, I want to set the text"Sarah [email protected]" center.
This is my code:
<div id="footer" class="bg-primary">
<div class="navbar navbar-fixed-bottom">
<div class="container">
<p class="text-center">Sarah [email protected]</p>
</div>
</div>
</div>
but the result is:
please give me some help!Thanks!