The margin property sets the margins around an element.
The margins of the image can be set by applying this property to the IMG element.
#example {
margin: 5px;
}
Property |
Value |
Explanation |
margin |
length, %, or auto |
the top, bottom, left, and right margins |
Example