Difference between revisions of "CSS GUIDE MARGIN"
(→Legal Values) |
(→Syntax) |
||
Line 5: | Line 5: | ||
== Syntax == | == Syntax == | ||
− | + | TARGET_ELEMENT {margin: 10px} | |
+ | |||
== Legal Values == | == Legal Values == | ||
Only Postive values (i.e > 0) are allowed) | Only Postive values (i.e > 0) are allowed) |
Revision as of 12:05, 8 December 2006
Contents
Summary
The margin property is used for setting the four margins in one declaration.
Inherited: No
Syntax
TARGET_ELEMENT {margin: 10px}
Legal Values
Only Postive values (i.e > 0) are allowed)