Skip to content

Commit

Permalink
Create index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudh-why committed May 11, 2024
1 parent 473356e commit 5e409d0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.car:hover {
border: 1px solid black;
transform: scale(1.05);
}

.car:active {
transform: scale(0.95) rotateZ(1.7deg);
}

.car{
text-align: center;
transition: all 0.5s;
background: #fff3f3;
}

0 comments on commit 5e409d0

Please sign in to comment.