What can i do to take that white part in the left side of the section?

https://codepen.io/ianbeltrao/full/YzGKKJg

it seems to have a margin-left but i cant find it. Tried everything already

These can be hard to find sometimes. One thing to know is that the browser will often add margins to certain elements by default, which is what is happening here. I don’t want to tell you exactly which one because part of the fun is trying to find it for yourself. Using your browser’s inspector just move your mouse over all the elements until you find the one with the yellow side margin that is causing this problem.

1 Like

Found it! Thank you! Never did this. Nice and quick solution to find the problems

Awesome! The inspector is your best friend when it comes to web development. Take advantage of its kindness as much as possible :slight_smile:

1 Like