79438347

Date: 2025-02-14 04:11:57
Score: 1
Natty:
Report link

This is because in styling you have left ; after the curly braces. You need to remove it or You need to the replace the existing .blue class with the below code.

.blue {
    background-color: rgb(79, 53, 243);
    color:white;
  }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Prakash Ravichandran