I have seen a bit about leveraging the Golden Ratio in traditional web design applications, however I've not found much in the way of thoughts on utilizing it within fluid desktop application design. That is to say, when given an application that has potentially infinite possibilities in resize, how does one go about conceptually using the Golden Ratio in such scenarios?
Tell me more
×
Graphic Design Stack Exchange is a question and answer site for
professional graphic designers and non-designers trying to do their own graphic design. It's 100% free, no registration required.
|
|
Using percentage widths in your CSS can maintain column or element ratios:
Just make sure you're aware of how CSS treats percentage widths and heights: http://www.impressivewebs.com/width-100-percent-css/ |
|||
|