Rotation de l'image zoomée

This commit is contained in:
Sébastien André
2021-04-07 11:06:24 +02:00
parent ec2b53955d
commit b0a4db5a6c
3 changed files with 34 additions and 2 deletions

View File

@@ -31,6 +31,15 @@
font-weight: bold;
}
.rotate {
color: white;
position: absolute;
top: 10px;
right: 65px;
font-size: 35px;
font-weight: bold;
}
.cursor {
cursor: pointer;
}