groups

name language licence
3 Column Layout - margin style HTML Other
Safari Search Field HTML GPL 2
Digg This Story HTML Other
img $rel HTML Other
META Refresh HTML Other
Columns Up2five HTML Other
STICKER HTML JavaScript Other
del.ico.us cloud HTML Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 >



language: HTML
licence: Other

3 Column Layout - margin style

options: view full snippetsend to code collector
<div style="width: 30%; float: left;">
	<h2>Column 1</h2>
	<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
</div>

<div style="width: 30%; float: right;">
	<h2>Column 3</h2>
	<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
</div>

<div style="margin: 0 35%;">
	<h2>Column 2</h2>
	<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
</div>
	
(Continues...)