Interesting and useful topics and links in CSS design:
- Text Readibility: 100% Easy to Read Standard
Basic but highly important initial settings for text: “line-height:1.4” for readable lines, reasonable line-lengths that avoid lines much longer than 10 words, and colors that provide balanced contrast (i.e., pure black on pure white is often too strong for bright CRT displays, make smoother contrast with an off-white such#fafafaon#333333 - CSS: Getting into Good Coding Habits
html { font-size:100.01%; }
body { font-size:1em; }


No comments:
Post a Comment