/* Alice, Laeti, Yi, Hicham */ /* "A HARRY SITUATION" */ /* 1st step : experiments thanks to "words & shapes" section on website fabulations */ /* Comic Sans + rainbow gradient for every text */ /* After that, as usual, we talked about how much we love Harry the cat (our host & also the star of the purppetry show) */ /* So we tried an orange background as an hommage to him */ /* We are giving some insights about Harry */ /* Yi suggests that Harry is always chasing us irl so he can chasing us also on the internet */ /* We make the collective decision to make an mpersonation of Harry chasing our mouse */ /* When Harry gets the mouse, "SITUATION" appears */ /* Maybe we can try to have an non-binary internet by using BBB font + */ * { font-family: "Comic Sans MS", "Comic Sans", cursive !important; } @keyframes rotate { 0% { transform: rotate(-45deg); } 50% { transform: rotate(45deg); } 100% { transform: rotate(-45deg); } } .chasing { animation: rotate 1s ease-in-out infinite; }