Changes for page Bienvenue

Last modified by Antony Desmeaux on 2025/03/19 17:27

From version 118.1
edited by Antony Desmeaux
on 2024/11/01 12:59
Change comment: There is no comment for this version
To version 119.1
edited by Antony Desmeaux
on 2024/11/01 13:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -3,9 +3,11 @@
3 3   .zoom {
4 4   transition: transform .4s;
5 5   margin: 0 auto;
6 + opacity: 0.7;
6 6   }
7 7   .zoom:hover {
8 8   transform: scale(1.05);
10 + opacity: 1;
9 9   }
10 10  </style>
11 11  {{/html}}