Step 6: Navigation
The site's navigation is important. I wanted, for the first time, a horizontal menu. All I had to do was make each list item of the menu an inline element. Therefore, each of the four list item would be in the same line of the page.
	#menu li {
	
	display: inline;
	}