Posts

Showing posts from November 29, 2018

How do I get rid of the whitespace above my 'subscribe to our newsletter' section

Image
up vote 1 down vote favorite I want to get rid of the whitespace between the 'subscribe to our newsletter' section and the 'Affordable Professional Web Design' section. I have already tried to set the margin to 0 for the bottom of the 'Affordable Professional Web Design' section and also the top margin for the 'subscribe to our newsletter' section but that doesn't seem to work. This is how it looks like in a browser: This is my HTML and CSS file: .webdesignbannerdiv { min-height: 400px; background: blue; padding-top: 20px; text-align: center; color: white; margin-bottom: 0px; } .webdesignheader { margin-top: 100px; font-size: 55px; } .webdesignparagraph { font-size: 20px; margin-top: 5px; } /*newsletter section*/ .newsl