heya! found you via Tofutush and digging your OC designs, especially Dominique. I'd love to exchange buttons / chat if you're into that. Also, minor suggestion -- the cursive font on your body text is pretty hard to read. Might be a good idea to add a theme switching button so viewers can change the font? A guide for that: https://solaria.neocities.org/guides/themeswitch
Added your button to affiliates on the homepage -- FYI, right now your button marquees are looping before their full length. You'll need to change them to CSS animations if you want them to scroll and have your users see all of them (that also works on more browsers). IDK how to do that vertically, but here's a code snippet I used to use for a horizontal pseudo-marquee. https://rentry.co/css_ani_marquee
Of course! I'd love to exchange buttons :> And I'll look into a changing theme too, or maybe I'll just change the font haha
Added your button to affiliates on the homepage -- FYI, right now your button marquees are looping before their full length. You'll need to change them to CSS animations if you want them to scroll and have your users see all of them (that also works on more browsers). IDK how to do that vertically, but here's a code snippet I used to use for a horizontal pseudo-marquee. https://rentry.co/css_ani_marquee
I'm not an expert on CSS animations, but I *think* that snippet should work if you just change transform X to transform Y and replace vw with vh.