1
edit
Changes
→Usage Examples
== Usage Examples ==
<pre>
h1 {margin: 10px}
all four margins will be 10px
h1 {margin: 10px 2% -10px auto}
top margin will be 10px, right margin will be 2% of the total width of the document, bottom margin will be -10px, left margin will be set by the browser
</pre>
== Notes ==