Skip to content
CSS Head
CSS links, tutorials, code and demos for web designers and developers
    About Archives Contact Privacy and Cookies Policy Submit a Link Submit Community News
CSS Head
CSS links, tutorials, code and demos for web designers and developers
Home Submit a Link Contact About

Tag: colour

Working With RGBA Colour

December 1, 2009

We’re all familiar with specifying colours in CSS using by defining the mix of red, green and blue light required to achieve our tone. This is fine and dandy, but whatever values we specify have one thing in common – the colours are all solid, flat, and well, a bit boring. CSS3 introduces a couple […]

csshead comment 0 Comments

Why your Web content will look darker on Snow Leopard

September 7, 2009

If you’re a Web designer, expect your CSS colors and your untagged/unmanaged images to look darker on Snow Leopard than on previous versions of the Mac OS. You’ll also see less of a visible color shift when going from Photoshop to Flash or other unmanaged environments (e.g. Internet Explorer). Why is that? Apple has switched […]

csshead comment 0 Comments

CSS Prism – Analyze Colors in any CSS File

July 27, 2009

CSS Prism, a CSS color spectrum inspector. Input the path to any .css file, and it’ll output an easy to scan display of all hex colors from the file. Unwanted colors can be edited via a Photoshop-like color picker (using the jQuery color picker) and the resulting CSS file can be downloaded for your convenience…

csshead comment 0 Comments