<meta name="color:Triangle One Color" content="#66a22c" /> <meta name="color:Triangle Two Color" content="#ffdc24" />
Then in the CSS:
article h3 a span { color:{color:Top Border Color}; font-weight:bold; }
Is the first time i see this and i wanted to share :) What are the pros of using this except not repeating the color more than once? Do you know who came up first with this idea?
i recently worked on a project where the programmer used php to declare the main colors and bits in the stylesheet. it was a lot easier to remember "header color" and "body text color" than #aiusdhfapiufa9w (<-- slight exaggeration, but you get the idea).
Then in the CSS:
Is the first time i see this and i wanted to share :) What are the pros of using this except not repeating the color more than once? Do you know who came up first with this idea?
The meta one is completely new on me!
It's a way to allow users to set their own values for colors.