Méretek: width CSS jellemző tulajdonságai

Width

Objektum szélessége

Declares the width of the element.
Lehetséges értékek:
tetszőleges mértékegység
Lengths, percentages, and the predefined value auto.
<length> | <percentage> | auto | inherit

Width minták, példák:

div { width:500px; }

div { width:75%; }


width: 520px;
Alapértelmezett érték: auto
Öröklődő tulajdonság: nem
Media besorolás: visual
Csoport besorolás: méretek

Kompatibilitás: CSS 1, CSS 2, CSS 2.1, CSS 3,

További méretek:

height max-height min-height max-width min-width

Width CSS tulajdonságok, referencia

Webdesign