Search the Whole World Here.,.,

CSS Margin


The CSS margin property defines a margin (space) outside the border:

Example

{
    border: 1px solid powderblue;
    margin: 50px;
}
Try it Yourself »


EmoticonEmoticon