Answers for "white block on the left css"

CSS
0

white block on the left css

There is probably an element in your code that has a default margin of 8px.
try using "margin: -8px 0px 0px -8px;" on your container.
Posted by: Guest on November-03-2020

Browse Popular Code Answers by Language