|
About
scrolling on websites is no fun. to solve this, simply add this to your css:
* {
overflow: hidden;
}
your challenge is to make a website that doesn't require scrolling.
you must use at least 3 interactive elements to reveal more information (such as the buttons on this site to switch panels)
as a reward, you get a sticker + some flex tape (to stop overflow)
FAQ
My website broke after adding * { overflow: hidden; }!
That's okay, you can just disable overflow on specific elements or re-enable it on specific elements (using overflow: visible;). As long as you don't have any scrollbars, you're good. (I had to do this on this website)
Where can I find help with html / css / hosting?
Use the boba drops guide here or ask in #overflow-hidden
If I have an element within the page with a scrollbar, is that okay?
No, you can't have any native scrollbars on the page.
I have another question!
Ask in #overflow-hidden!
Gallery

Made by @zara