“html preenchimento” Respostas de código

CSS preenchimento

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

CSS Top preenchimento

padding-top: 25px;
Poised Penguin

CSS preenchido

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

html preenchimento

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

preenchimento esquerdo

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

CSS preenchimento

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

Respostas semelhantes a “html preenchimento”

Perguntas semelhantes a “html preenchimento”

Mais respostas relacionadas para “html preenchimento” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código