79527066

Date: 2025-03-22 07:06:59
Score: 0.5
Natty:
Report link

The problem is that you're using percents instead of a numeric value or a keyword (normal or bold). If you change it to a numeric value, it works:

input.bold {
  font-weight: 800;
}
<input type="submit" class="bold">
<input type="submit"> <!-- for comparison -->

See the MDN docs for supported values.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Petəíŕd the Wizard