margin will set your div position in page content and padding will give inside div space or inside text or other things of div.
i-e:
margin:top right bottom left;(margin:10px 10px 10px 10px

.
padding:top right bottom left;(padding:10px 10px 10px 10px

.