diff --git a/carMaker/carMaker.css b/carMaker/carMaker.css index 030cda3..5587fe9 100644 --- a/carMaker/carMaker.css +++ b/carMaker/carMaker.css @@ -119,27 +119,27 @@ body { .sedan { clip-path: polygon( - 100% 75%, - 96% 40%, - 75% 30%, - 60% 10%, - 30% 10%, - 15% 35%, + 0% 75%, 5% 40%, - 0% 75% + 15% 35%, + 30% 10%, + 60% 10%, + 75% 30%, + 96% 40%, + 100% 75% ); } .hatch { clip-path: polygon( - 15% 75%, - 20% 40%, - 25% 30%, + 10% 75%, + 15% 40%, + 25% 20%, 35% 10%, 70% 10%, 85% 35%, - 90% 40%, - 93% 75% + 93% 40%, + 95% 75% ); } @@ -159,7 +159,7 @@ body { right: 17%; } .backWheel { - left: 17%; + left: 21%; } .wheel { background-color: black;