Skip to content
GitLab
Explore
Sign in
Changes
Page history
Mise à jour de test
authored
Jun 26, 2025
by
COUILLARD Eric
Show whitespace changes
Inline
Side-by-side
test.md
View page @
f6137589
...
@@ -22,7 +22,10 @@
...
@@ -22,7 +22,10 @@
.tile:hover {
.tile:hover {
transform: translateY(-5px);
transform: translateY(-5px);
filter: grayscale(50%);
}
.tile:hover img {
filter: grayscale(60%);
}
}
.tile img {
.tile img {
...
...