HACKER Q&A
📣 acqq

Minimal CSS for text pages readable on all current devices


Once upon the time the pages with no CSS were possible and were readable. Example: https://www.bell-labs.com/usr/dmr/www/ Today, this page has too small font on my iPhone to be readable. So how to keep the CSS minimal and allow pages made like that to be readable on all current devices? Sounds simple, still I don't know the answer. But somebody on HN surely knows?


  👤 acqq Accepted Answer ✓
Pity that the post from understandwp is marked dead, it was helpful to me:

"The "100 Bytes of CSS to look great everywhere" - https://gist.github.com/JoeyBurzynski/617fb6201335779f8424ad... should help with achieving that.

There is also a lively discussion and more examples on the Gist."


👤 understandwp
The "100 Bytes of CSS to look great everywhere" - https://gist.github.com/JoeyBurzynski/617fb6201335779f8424ad... should help with achieving that.

There is also a lively discussion and more examples on the Gist.