Tagged Questions
4
votes
1answer
73 views
Designing GUI for mobile apps working in bright sunlight environment
I'm going to create GUI for a mobile app that will work in bright sunlight environment (inside a car so it will not be fully exposed to sunlight) and the usability and visibility of certain GUI ...
4
votes
2answers
403 views
Looking for suggestions for making type more readable with a drop shadow
I want to show a menu with indented items on top of a black background. I tried a lot of colors but can't find the right ones.
I'm using css property text-shadow:
text-shadow: 1px 1px #191919 , -1px ...