CSS Naked Day 2020
Note
Message thread
Eric Meyer wrote on
It’s been a few years since it was A Thing, true, but the most recent CSS Naked Day was held on the ninth of April. Anyone else interested in reviving the practice this Thursday? It’ll speed up your site! Temporarily. css-naked-day.github.io
Brian Kardell wrote on
In reply to: @meyerweb.
can we do this via a button that does:
document.querySelectorAll('style,link').forEach(el => { el.disabled = true; })
?
Matthias Zöchling wrote on
In reply to: @briankardell, @meyerweb.
Thanks to you two, I
- learned that setting
link[rel=stylesheet],style
to disabled is a thing, and - remembered that CSS Naked Day is on my birthday.
I dare say my site looks great without styles, but I’d like to cheat by adding
body{max-width:65ch;margin:0 auto}
Get involved
Feel free to share this thread. But keep in mind, it was published more than four years ago, so comments are closed.