“rembourrage HTML” Réponses codées

rembourrage CSS

padding: 5px 10px 15px 20px; //top right bottom left

padding: 10px 20px;//top & bottom then left & right

padding-top: 5px; //just top padding
padding-right: 10px; //just right padding
padding-bottom: 15px; //just bottom padding
padding-left: 20px; //just left padding
Carnivorous Flamingo

rembourrage du haut CSS

padding-top: 25px;
Poised Penguin

Padding CSS

padding:10px 5px 15px 20px;
means
top padding is 10px
right padding is 5px
bottom padding is 15px
left padding is 20px
Bloody Bee

rembourrage HTML

<h2 style="padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px">London</h2>
Energetic Emu

rembourrage à gauche

.yourClass {
  padding-left: 50px; // or
  padding-left: 1%; // to scale it in relation to its parent
}
Poised Penguin

rembourrage CSS

padding: 5px 10px 15px; //top then left & right then bottom
Selfish Salmon

Réponses similaires à “rembourrage HTML”

Questions similaires à “rembourrage HTML”

Plus de réponses similaires à “rembourrage HTML” dans HTML

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code