/*

list of pads
https://pad.constantvzw.org/p/css-eyes
https://pad.constantvzw.org/p/css-ai

https://pad.constantvzw.org/p/cats
scrolling on insta less anxiety inducing
remove img from their src material, and show and style every alt-text
why not print it as a zine or journal of instagram text only

For Bol.com: https://pad.constantvzw.org/p/css-buy-nothing
shein: https://pad.constantvzw.org/p/css-Nooorshop
Amazon.com: https://pad.constantvzw.org/p/roel-shop

https://pad.constantvzw.org/p/jokerman 
https://pad.constantvzw.org/p/css-garbled-text (Doesn't work on every site because of security pfft) 

https://pad.constantvzw.org/p/fluffy
knife website made into a toy website
could become a poster!

Stupid float tricks: https://pad.constantvzw.org/p/css-float

list of ideas:
- buy nothing extension (everythng is super expensive)
- counter-accessibility
- isometric perspective web
- navigation that uses memory (hidding bunch of stuff)
- fluffy web
- rained on the web
- google image redesign
- mac donald website
*/



*{
    cursor: help;
    color: pink !important;
    border-radius: 40%;
    background: radial-gradient(black,white,pink,white,black);
      
}
h1 {
  background-color: white;
  color: black; 




img, svg {
filter: invert(1);
    animation: 120s rotate;
}

@keyframes rotate {
    0% {
        transform: rotate(0turn) scale(1);
    }
    50% {
        transform: rotate(0.5turn) scale(4);
    }
    100% {
        transform: rotate(1turn) scale(1);
    }
}

img:hover {
    opacity: 0.5;
    }
    

    
    
*/ 






/*