This forum is now read-only. Please use our new forums! Go to forums

banner
Close banner
0 points
Submitted by Joe2468
over 8 years

3/14 Why wont pull right work?

<!DOCTYPE html>

Answer 55dcfab086f552d0be000043

0 votes

Permalink

Hi Joe2468,

It’s not working because you have added some extra, unexpected ul elements. You had two to start with and that is all you should have – don’t add any more. You have four there now.

What you should be adding are classes. The exercise is expecting you to add a class to each of your two original ul elements.

You can read more about that over here: https://www.codecademy.com/forum_questions/53799860548c351fcf0061b0

points
Submitted by Judy
over 8 years