j-pohl / sign-up-page

Sign Up Landing Page in HTML and CSS
0 stars 0 forks source link

Padding #4

Closed violetadev closed 3 years ago

violetadev commented 3 years ago

https://github.com/pudelmotte/sign_up_page/blob/95775a6b3fca8f497024aa274a2993f6d4c1484e/index.css#L38 You want to keep your image without padding or margins so it occupies the whole space of the div. You should move this padding to the left div to give it some air

j-pohl commented 3 years ago

Great advice, thank you!