Help! How do I create space between my boxes on my navigation bar? Also, how can I get the background of my navigation bar to be the full length and go to the top of the page?

Put margin 0; for the body.
In the navigation section, put the links in the li elements and then you can use a margin-right on your list element to space them.

Learn to use the inspection tool of your web browser if you haven’t already :slight_smile: It is very useful.

Thank you! =) What is the inspection tool?

In Chrome you can right-click on a page and select inspect. Or use a keyboard shortcut (CTRL+SHIFT+I).

If you use another web browser it could be the same, otherwise google it :slight_smile:

1 Like