Vertaling van "border-box" in Frans
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.
What does {box-sizing: border-box;} do?
When you set box-sizing: border-box; on an element, the padding and border of that element no longer increase its width.
Quand vous ajoutez la propriété box-sizing: border-box; à un élément, le padding et la bordure de cet élément n'augmentent plus sa largeur.
The content box can't be negative and is floored to 0, making it impossible to use border-box to make the element disappear.
La boîte de contenu ne peut pas être négative et est ramenée à 0 si nécessaire, il est donc impossible d'utiliser border-box pour faire disparaître l'élément.
border-box The height and width properties include the content, padding and border but not the margin.
border-box Les propriétés de hauteur et de largeur incluent le contenu, le remplissage et la bordure mais pas la marge.
This prevents unintended behavior if all elements are set to border-box box-sizing by default, which is the case for Bootstrap 3.
Cela empêche un comportement inattendu si tous les éléments sont mis à border-box box-sizing par défaut, ce qui est le cas pour Bootstrap 3.
CSS property "box-sizing: border-box" available in Styles-Customize - if checked, the tag size includes padding (internal margins) and borders; no more need to write it into Free Code or code blocks.
Propriété CSS box-sizing: border-box disponible dans Styles-Personnalisation - si cochée, la taille inclut les paddings (marges intérieures) et les bordures; plus besoin de l'écrire dans le Code Libre.
The border-box value is the shape defined by the outside border edge.
If we change this value to border-box, the border is added to the inside of the box.
Si on change cette valeur à la frontière, la frontière est ajouté à l'intérieur de la boîte.
In the example below change the reference box from margin-box to border-box, padding-box or content-box to see how the reference box used as the starting point before offsets are calculated changes.
Dans l'exemple suivant, vous pouvez modifier margin-box afin d'utiliser border-box, padding-box ou content-box pour observer la façon dont la boîte de référence modifie l'origine des coordonnées utilisées pour les décalages.
In the screenshot above, the left column is built without box-sizing, while the right column uses this property with the value border-box.
Dans la capture d'écran ci-dessous, la colonne de gauche n'utilise pas box-sizing, alors que la colonne de droite utilise la propriété CSS border-box.