As with the previous list, we remove the padding, margin and list-style-type using a descendant selector:
div#footer ul { padding: 0; margin: 0; list-style-type: none; }
View step 21 »
Go to Step 22 »