There is a weird gap appearing between the elements here. I would prefer to have them flush together. Any idea how to fix this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s because you haven’t styled those elements which leave it up to the browser to decide. Chrome for instance decide to input margins on the p-element.
Use a css reset file and you will both fix this particular problem but problably many many similair situations in your future as a web developer.