Padding értékek: padding CSS jellemző tulajdonságai
padding-top
padding-right
padding-bottom
padding-left
Undeclared values work as further shorthand notation. If only one length value is declared, all four sides will use that length. If two lengths are declared, the top and bottom sides will use the first length while the right and left sides will use the second length. If three lengths are declared, the top side will use the first length, the right and left sides will use the second length, and the bottom side will use the third length.
div { padding:5px; }
div { padding:5px 10px; }
div { padding:5px 7px 4px; }
Alapértelmezett érték: | nincs |
Öröklődő tulajdonság: | nem |
Media besorolás: | visual |
Csoport besorolás: | padding értékek |
Kompatibilitás: CSS 1, CSS 2, CSS 2.1, CSS 3,