I've been attempting to create a navigation bar without much success. My goal is to position the words "Main Page", "About Me", and "Bibliography" with space between them, aligned left, center, and right respectively.
Additionally, I want to change the text color of these words to white. Here's an example of what it currently looks like, along with my code:
https://i.sstatic.net/nyco1.png
<!DOCTYPE html>
<html>
... (remaining unchanged HTML/CSS code)
</html>