nailed it bitchoz

This commit is contained in:
sakrecoer 2025-05-13 15:12:25 +02:00
parent 64ca25c43b
commit d90d29e67f

View file

@ -1,13 +1,21 @@
* {
filter: grayscale(100%);
transition: all 17s ease-out;
transition: filter 17s linear;
}
*:hover {
filter: grayscale(0%) !important;
transition: all .4s linear;
transition: filter .1s linear;
}
img {
filter: blur(17px) !important;
}
img:hover {
filter: blur(0px) !important;
}
body {
font-family: Sigoil, Space-Grotesk, 'Arial', 'Helvetica', sans-serif;
font-weight: normal;
@ -119,13 +127,8 @@ margin: 0;
border-color: purple;
border-width: 10px;
max-height: 300px;
filter: blur(17px);
}
}
img:hover {
filter: blur(0px);
transition: all 2s linear;
}
}
figcaption {