79330239

Date: 2025-01-05 05:34:03
Score: 0.5
Natty:
Report link

Just delete the word "type" at the beginning of the css code and try again.

 .flex-container {
    display: flex;
    flex-direction: row;
    font-size: 60px;
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Hosein Ghasemi