CSS Margins
CSS Margins
Margins create space around elements, outside borders.
Example
div { margin: 20px; }
Click on the "Try it Yourself" button to see how it works.
Try it Yourself »Margins create space around elements, outside borders.
div { margin: 20px; }
Click on the "Try it Yourself" button to see how it works.
Try it Yourself »