7 ms·
Ask HN: 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?
- understandwp 3y agoThe "100 Bytes of CSS to look great everywhere" - https://gist.github.com/JoeyBurzynski/617fb6201335779f8424ad9528b72c41#100-bytes-of-css-to-look-great-everywhere-enhanced-version https://gist.github.com/JoeyBurzynski/617fb6201335779f8424ad... should help with achieving that. There is also a lively discussion and more examples on the Gist.
- acqq 3y agoPity 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 https://gist.github.com/JoeyBurzynski/617fb6201335779f8424ad... should help with achieving that. There is also a lively discussion and more examples on the Gist."