Tagged Questions
20
votes
3answers
2k views
Is there a problem with using black text on white backgrounds?
Why do a lot of websites use a text color other than #000000black when the background is white?
For instance, this text will be displayed using a dark grey:
.post-text {
color: #333;
}
Have ...
1
vote
1answer
68 views
Need to learn the right way to use fonts colors on my site? [closed]
I want to learn web design to make good-looking websites. I have learned CSS, JavaScript, HTML quite well. But I need to be able to choose the right fonts, colors, backgrounds, images, etc. I want to ...
18
votes
5answers
14k views
What is the best color combination for on screen reading?
I work at an airline as a pilot and I am involved in the "paperless" project which aims to have no more paper in the cockpit - all the data should be accessible from tablet devices.
We have a lot to ...