What is the difference between bottom and margin bottom?
The bottom attribute basically defines the y-position from the bottom of the browser, it starts counting the pixels or whatever units defined from the bottom.
margin-bottom defines the bottom gap from the another element.