margin left right top bottom code example
Example 1: css margin bottom
.yourClass {
margin-bottom: 25px;
}
Example 2: css code for margin
body {
margin: 0px;
}
Example 3: css top bottom left right order
Mnemonics for remembering the CSS order of top right bottom