css 3

Icon

A comprehensive CSS 3 reference guide, tutorial, and blog
Are you a CSS expert? Want to contribute? Contact us

CSS MARGIN-LEFT

This property controls the size of the left margin of an element’s rendering box. Negative values are allowed. Margins are transparent and the background value of the parent element shines through.

Collapsing margins: adjoining horizontal margins between elements should not collapse.

 

Example

h5 { margin-left: 1.0cm }

<h5 style=”margin-legt: 3.0in”>This is some text</h5>

 

Possible Values

Value Description
inherit Explicitly sets the value of this property to that of the parent.
auto This value specifies that a value determined by the browser be used for this property.
[length] Refers to either an absolute measurement or a relative measurement based on the current element’s font size.
[percentage] Refers to a percentage of the width of the current element’s containing block.

 

Leave a Reply

Pages

Sponsors


CSS3.com



Please help CSS3.com stay alive and running

Bad Behavior has blocked 2089 access attempts in the last 7 days.