treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Any way to say this with css3 or other for modern browsers ie8+ ?

  • I need to say my h1 has 1.8em bottom margin. But if it has #date id directly after the h1 has bottom margin zero? And instead the #date has the bottom margin of 1.8em? I'm strongly guessing a big fat no but thought I'd ask - maybe some css3 thing.

  • how about giving #date a negative 1.8em top margin?

  • Ya I guess I could. Thanks. I have the date id on a few pages and not on 300 others. So I was seeing if there was some one size fits all. The negative margin would work I just have to move the date id location on those few pages. That's no big