when I was editing the footer, I want to set the text"Sarah copyright@2017" 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 copyright@2017</p>
</div>
</div>
</div>
but the result is:
please give me some help!Thanks!