Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS trying to get my header under my border Reply To: trying to get my header under my border

#193740
shaneisme
Participant

That’s a really strange way of doing it…

  • Instead of a border, give your body the background-color of your border
  • Add a container for everything with margin around all sides for the same effect, give it position: relative
  • Place everything inside this container including your header and you should be set