Home › Forums › CSS › trying to get my header under my border › Reply To: trying to get my header under my border
January 20, 2015 at 12:42 pm
#193740
Participant
That’s a really strange way of doing it…
- Instead of a
border
, give your body thebackground-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