Removing Negative Margin

I think you may have been referring to #15

This thread has 161 posts in it and I can’t remember what happened 5 minutes ago let alone 21 days before :slight_smile:

I probably meant near the top of the page but wan’t prepared to look through all the posts.

Can you please explain to me what the difference is between these?

Meaning, what is each pointing to?

wrap a is targeting what?
nav li is targeting what?

.wrap a {
  float: left;
}

.nav li {
  float: left;
}

an anchor

.wrap a {
  float: left;
}

a list item

.nav li {
  float: left;
}
1 Like

Thank you.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.