Home › Forums › CSS › Seems Simple, But I Couldn’t Fix It › Re: Seems Simple, But I Couldn’t Fix It
June 22, 2013 at 4:55 am
#139871
Participant
Solved. The div with the class of clear was written like this:
clear{clear:left}
Instead of
.clear{clear:left}