working on a small project and cant seem to figure out 2 things, please see codepen link.
Everytime I resize the page (from a large screen), theres this annoying white space under my main image, what causes this?
I have a small textbox (class of “pop”), while it looks fine in chrome,if i switch to FF or IE browser it looks retarded, where have I gone wrong in my CSS?
You made two references to the pop class in CSS. Also, every problem with that white space comes from that pop element. Review your code and you’ll find your answers.