Margin

The single characteristic you can set for the margin element is size. There are 5 width properties.

The possible values are:

ValuesDescription
margin-top
margin-right
margin-bottom
margin-left
margin

Then possible values for these properties are

ValuesDescription
<length>a fixed width. Only 0 or positive values are valid.
<percentage>specifies the width relative to parent element.
inheritthe property is inherited from the parent.
margin shorthand
The margin property can accept up to 4 space delimited values.
For example
DeclarationDescription
margin : 1pxtop=right=bottom=left=1px
margin : 1px 2pxtop=right=1px, bottom=left=2px
margin : 1px 2px 3pxtop=1px, right=left=2px, bottom=3px
margin : 1px 2px 3px 4pxtop=1px, right=2px, left=3px, bottom=4px
Note
-The values may be positive or negative. -The properties margin-top, margin-right, margin-bottom, margin-left accepts only one value
Related Tutorial
Follow Us
https://www.facebook.com/Rookie-Nerd-638990322793530 https://twitter.com/RookieNerdTutor https://plus.google.com/b/117136517396468545840 #
Contents +