Step 7: Navigation Float
The navigation looks better on the right, out of the way of the header. This only requires one line of code.
#menu {
float: right;
}
The navigation looks better on the right, out of the way of the header. This only requires one line of code.
#menu {
float: right;
}