Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    Questions:

    • How can I improve this code?
    • Is my code semantic enough?
    • Is there a better way to use custom CSS Properties in this case?
      background-color: var(--clr-primary-1);
    }
    
    .car__type-2 {
      background-color: var(--clr-primary-2);
    }
    
    .car__type-3 {
      background-color: var(--clr-primary-3);
    }