Some new icons with logic (not completed yet)

This commit is contained in:
Daniel
2025-04-15 10:03:39 +02:00
committed by Markus Zolliker
parent 8d668f7de6
commit 3d37b10d61
6 changed files with 61 additions and 25 deletions

View File

@ -139,11 +139,21 @@ meta, body {
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* CLOSE CROSS */
#close-cross{
#close-cross {
z-index: 50;
top: 9px;
right: 12px;
position: fixed;
color: white;
cursor: pointer;
}
.icon-close {
height: 20px;
width: 20px;
}
.icon-close:hover {
transform: scale(90%);
transition: .5s;
}