[ prog / sol / mona ]

prog


Minimum CSS required for maximum legibility

1 2022-06-07 18:02

I have been tinkering with the CSS of my site for way too long. I like the look of plain html files but many don't. I used to think a centered body with a max-width of 860px would satisfy everyone but some say that it looks weird on their ultra-wide monitors. Please give me some suggestions for this issue and maybe link some examples of sites which have good typography.

2 2022-06-07 18:25

<style>body{background-color:#FFFFFF;line-height:1.5;max-width:100ch;text-align:justify;font-size:11pt}a{color:#FF0077}</style>

29


VIP:

do not edit these