44written posts
offlinecurrently
Coding So I don't forget
Width [div style="width:100px;"]---[/div] Height [div style="height:100px;"]---[/div] Both [div style="width:100px;height:100px;"]---[/div] Background-Color [div style="background:#ffa500;"]---[/div] Background-Image Borders Solid, Double, Dotted[div style="width:100px;height:100px;background:#fff;border:5px solid #0d86d6;"]---[/div] Alignment of Borders There are bottom, left, top, right... [div style="width:100px;height:100px;background:#fff;border-right:10px solid #0d86d6;"]There are bottom, left, top, right...[/div] Margins Typical Box Box moved to the right margin types; left, right, top, bottom [div style="height:100px;width:100px;background:#0d86d6;margin-left:150px;"]margin types;
|
|