My goal is to move the elements to the corners of the screen. Despite trying the code below, it doesn't seem to be working as expected.
<!-- Page Footer -->
<footer>
<div class="navbar mt-3 py-3 bg-dark">
<div class="container">
<small class="text-white">
<div class="d-flex justify-content-between">
<span class="text-white">Copyright © my website 2020</span>
<a class="text-white" href="{% url 'privacy-policy' %}">Privacy Policy</a>
</div>
</small>
</div>
<footer>
Here is how it currently looks:
I want the Copyright text and Privacy Policy to be spread out evenly along the edges of the screen. https://i.sstatic.net/ef2f4.png