Answers for "how to decrease font size of part of label"

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

Code answers related to "how to decrease font size of part of label"

Browse Popular Code Answers by Language