Answers for "css label size of text"

0

label width css

label {
    width: 50%;
    display:inline-block
}
Posted by: Guest on November-02-2021
0

change the font-size on a label css

.group {
  margin-bottom: 20px;
}
.group label {
  font-size: 10px;
}
.group2 label {
  font-size: 4px;
}
Posted by: Guest on June-09-2021

Browse Popular Code Answers by Language