Open main menu

CDOT Wiki β

Changes

CSS GUIDE MARGIN

No change in size, 14:11, 8 December 2006
Usage Examples
<pre>
h1 {margin: 10px 2%}
top and bottom margin will be 10px, left and right margin will be 2% of the total width of the document.
</pre>
<pre>
1
edit