/* 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 + */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { /* font-family: "Comic Sans MS", "Comic Sans", cursive !important; */ } @keyframes rotate { 0% { transform: rotate(-45deg); } 50% { transform: rotate(45deg); } 100% { transform: rotate(-45deg); } } #harry { filter: drop-shadow(0 0 0.75rem crimson); } .chasing { animation: rotate 1s ease-in-out infinite; } p::after { font-size: 3rem; content: ' 🐾 🐾 🐾'; }