body {
fontfamily: Arial, sansserif;
textalign: center;
}
h1 {
color: 333;
}
.car {
width: 400px;
margin: 20px auto;
}
.car .body {
fill: f00;
}
.car .windows {
fill: 2299e8;
}
.car .wheels {
fill: 333;
}
Coloring a Simple Car Drawing
Use your favorite colors to fill in the different parts of the car. You can customize the colors by changing the fill attribute in the SVG elements.