Skip to content

Commit

Permalink
better car shapes
Browse files Browse the repository at this point in the history
  • Loading branch information
onuralpArsln committed Jun 5, 2024
1 parent 63494ae commit 9704b01
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions carMaker/carMaker.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%
);
}

Expand All @@ -159,7 +159,7 @@ body {
right: 17%;
}
.backWheel {
left: 17%;
left: 21%;
}
.wheel {
background-color: black;
Expand Down

0 comments on commit 9704b01

Please sign in to comment.