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