-1

I have set paddingLeft and marginLeft for an image text. Both works in a same way. What is the exact difference for this?

sejn
  • 2,040
  • 6
  • 28
  • 82

1 Answers1

-1

Essentially margin is added to the outside of your element, padding is internal. So if you give a background color to the text, adding padding will added colored space, while margin will add blank space.

Difference between margin and padding?