Vertaling van "margin-left" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Quand la propriété margin-left et margin-right ont la valeur auto, le contenu se trouve centré horizontalement.
When the properties margin-left and margin-right are set to auto, the content is centered horizontally.
Donnez la valeur right à la propriété float et remplacez margin-right par margin-left dans le dernier jeu de règles, et observez le résultat.
Try changing the float value to right and replace margin-right with margin-left in the last ruleset to see what the result is.
Il apparait alors que la version "margin-left" cause une série de repaints tout au long du déplacement de l'élément, alors que la version "transform" ne cause qu'un repaint au début et à la fin.
You should see that the margin-left version triggers a series of repaints as the element moves, while the transform version only causes repaints in the start and end positions.
Un retrait de paragraphe à gauche à l'intérieur des numérotations est identifié en tant que "margin-left" CSS1 Property.
A left paragraph indent in numbering is indicated as "margin-left" CSS1 property.
Plutôt que cela, on peut cibler le quatrième élément et le séparer des trois premiers en utilisant margin-left: auto.
Instead we can target item 4 and separate it from the first three items by giving it a margin-left value of auto.
Un bloc peut être centré en positionnant margin-left et margin-right à auto et width à une valeur qui rend le bloc plus étroit que son propre bloc englobant.
A block is centered by setting its margin-left and margin-right to auto and its width to a value that makes the block narrower than its containing block.
Compatibilité des navigateurs La propriété margin-left d'un élément définit l'espace horizontal à gauche qui formera la marge à gauche.
The margin-left CSS property sets the margin space required on the left side of a box associated with an element.