I love the grid
Amy
@aepostenAll comments
- @GlozsaSubmitted almost 2 years ago@aepostenPosted almost 2 years ago
Great work! I noticed when previewing the site that you have a persistent vertical scroll bar. This is because of the default margin of 8px that is added to the body. You can override this by setting the margin on the body to 0.
Marked as helpful1 - @elsgoossensSubmitted almost 2 years ago
Thanks for all the valuable feedback, I learned a lot with this challenge. Awsome !
@aepostenPosted almost 2 years agoThe gap below your image is because your image is rendered as an inline element by default. If you change the display property of the div it's nested in (the one with class of main-img), it will remedy this. This article on Geeks for Geeks does a great job of explaining why this happens: https://www.geeksforgeeks.org/how-to-get-rid-of-the-gap-under-the-image/
Marked as helpful2 - @Fathima-NuhaSubmitted almost 2 years ago
I want to why the flexbox has made a gap between the image and the content below. the image gap wasn't able to remove.
@aepostenPosted almost 2 years agoThe gap below your image is because your image is rendered as an inline element by default. If you change the display property to remedy this. This article on Geeks for Geeks does a great job of explaining why this happens: https://www.geeksforgeeks.org/how-to-get-rid-of-the-gap-under-the-image/
Marked as helpful0