Tagged Questions
2
votes
3answers
112 views
How to design a modern/slightly futuristic-looking application
I was hoping to get some advice from some more experienced UI developers. I have been presented with a unique challenge by my customer, and I feel like I am failing.
Specifically, they want a UI that ...
1
vote
2answers
304 views
CSS LetterPress Effect
I can't seem to get the color values/names correct so that I can get a Letter Press Effect on the text
To create the appearance of text that has been stamped, choose a text colour that is darker ...
0
votes
2answers
154 views
How can I improve my website design? [closed]
I'm launching a company and currently working on the website. Here is the link: http://goo.gl/HKbIK
As I'm not a professional webdesigner your comments / feedback / suggestions of improvements would ...
3
votes
1answer
698 views
Gradient Banding in Chrome
I've been trying use linear-gradient CSS to avoid using an image for a gradient but unfortunately it renders poorly in Chrome with visible banding.
I've created a codepen example to illustrate the ...
0
votes
1answer
937 views
Color palettes - RAL to hex or RGB
I'm looking for a way to transform the RAL color palette to hex or RGB so I can use the colors in CSS (all/any of them).
Is there an XML file someone can point me to, or a database somewhere, that's ...
0
votes
1answer
201 views
DIfference between IE and FF. Colors [closed]
I have a problem with my CSS code. Buttons look differently in IE7 and FF
Here are my buttons:
Here is my code:
.list-common-wrapper .button-unfixed .button-unfixed-normal[disabled] ...
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 ...