Skip to content

Commit

Permalink
Create imagecreator.css
Browse files Browse the repository at this point in the history
  • Loading branch information
renqabs authored Nov 12, 2023
1 parent 7b39a96 commit efefafb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/imagecreator.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.imagecreator {
border-radius: 15px;
border: 6px solid transparent;
transition: transform 0.3s;
}

.imagecreator:hover {
transform: scale(1.1);
}

0 comments on commit efefafb

Please sign in to comment.