feat: car age classification with dynamic text color (step 5)

This commit is contained in:
Floriansylvain
2025-12-16 21:29:07 +01:00
parent 4e7c0f10c1
commit 6e80aadb62
2 changed files with 25 additions and 4 deletions
+8
View File
@@ -44,6 +44,14 @@ body {
outline-offset: 2px;
}
.car-old {
color: crimson;
}
.car-new {
color: green;
}
.error-message {
color: crimson;
}