I have set paddingLeft and marginLeft for an image text. Both works in a same way. What is the exact difference for this?
Asked
Active
Viewed 164 times
1 Answers
-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.

Antonio Pellegrini
- 364
- 2
- 8