Comment on Pure CSS WebsiteComments−yu3zhou42yNice work! It’s possible to get rid of even that single div - https://35bytes.maczan.pl/−Alifatisk2yYeah I was about to mention that there was no need for the div, the body selector should be enough.You could even remove the link tag and use the link header in the http response instead https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Li...−xp842yThanks loads, I always love a day when I learned something neat, and you’ve made that happen today!!−jkrubin2yawesome. the single div was a performance bottleneck for me.
Comments
Nice work! It’s possible to get rid of even that single div - https://35bytes.maczan.pl/
Yeah I was about to mention that there was no need for the div, the body selector should be enough.
You could even remove the link tag and use the link header in the http response instead https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Li...
Thanks loads, I always love a day when I learned something neat, and you’ve made that happen today!!
awesome. the single div was a performance bottleneck for me.