“Altere o tamanho da fonte em um rótulo html” Respostas de código

Altere o tamanho da fonte em um rótulo CSS

.group {
  margin-bottom: 20px;
}
.group label {
  font-size: 10px;
}
.group2 label {
  font-size: 4px;
}
Excited Elk

Altere o tamanho da fonte em um rótulo html

<div class="group">
  <label for="input1">First label</label>
  <input type="text" name="input1">
</div>
<div class="group group2">
  <label for="input2">Second label</label>
  <input type="text" name="input2">
</div>
Excited Elk

Respostas semelhantes a “Altere o tamanho da fonte em um rótulo html”

Perguntas semelhantes a “Altere o tamanho da fonte em um rótulo html”

Mais respostas relacionadas para “Altere o tamanho da fonte em um rótulo html” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código