faggen proggrezzzz

This commit is contained in:
sakrecoer 2025-06-11 22:56:02 +02:00
parent aba2ed43d9
commit 83a1783bab
10 changed files with 203 additions and 91 deletions

View file

@ -1,6 +1,17 @@
<style>
#gang {
* {
filter: grayscale(100%);
transition: filter 17s linear;
}
*:hover {
filter: grayscale(0%) !important;
transition: filter .1s linear;
}
display: flex;
flex-wrap: wrap;
justify-content: space-between;
@ -14,7 +25,7 @@
}
h2 {
font-size: 24em;
font-size: 12em;
/* text-transform: uppercase;*/
line-height: 1em;
flex: 1 1 100%;