Update formatting

This commit is contained in:
Isabelle Viktoria Maciohsek
2022-01-30 19:54:55 +02:00
parent 616d9461d9
commit 8f97fb7175
6 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@ lastUpdated: 2021-10-11T18:44:51+03:00
Creates a rotate effect for the image on hover.
- Use the `scale`, `rotate` and `transition` properties when hovering over the parent element (a `<figure>`) to animate the image.
- Use the `scale()`, `rotate()` and `transition` properties when hovering over the parent element (a `<figure>`) to animate the image.
- Use `overflow: hidden` on the parent element to hide the excess from the image transformation.
```html