```css
img:hover {
scale: 1.2;
clip-path: inset(
10% 10% 10% 10%
round 20px
);
}
```
nice, n' simple
```css
img:hover {
scale: 1.2;
clip-path: inset(
10% 10% 10% 10%
round 20px
);
}
```
nice, n' simple
If you have a fediverse account, you can quote this note from your own instance. Search https://front-end.social/users/argyleink/statuses/116022178657658672 on your instance and quote it. (Note that quoting is not supported in Mastodon.)