The Neanderthals
Geographical Distribution
Era of Dominance
Footer
So what gives here? I can apply a style to all the elements - h1, section, footer - but not to the header - how come ? Changing margin / padding values has no effect on the display.
header{
background: rgb(236, 187, 195);
margin: 20px
padding; 30px
}
// Hi Kirupa - thanks for your response - display: block; - did not make
a difference but as I looked closely at your suggestion, I realized
that I had a ; following padding instead of the required : - and in the
margin line, I forgot the ; at the end of the line - I didn't see
any of this the first time I wrote the code and it took your
suggestion to spark me into awareness of the errors. Thanks!