
CSS
Get flash to fully experience Pearltrees
Firebug
Eric Meyer: CSS
A collection of cutting-edge CSS-driven design demos, created by yours truly as a way of showing just how far you can take CSS in a browser that fully supports it. Some pages may look a little weird in your browser, but that's to be expected when you're on the edge... CSS References Sure, you can go get the original versions, or you could use my local frames-based wrappers to quickly find what you want. If the Sidebar Tabs (see below) aren't an option for you, then feel free to give these a spin! Inline model documentWeb colors are colors used in designing web pages, and the methods for describing and specifying those colors. Colors may be specified as an RGB triplet or in hexadecimal format (a hex triplet ). They may also be specified according to their common English names in some cases. Often a color tool or other graphics software is used to generate color values. Hexadecimal color codes begin with a hash (#). [ 1 ] [ 2 ] A color is specified according to the intensity of its red, green and blue components, each represented by eight bits . Thus, there are 24 bits used to specify a web color, and 16,777,216 colors that may be so specified.
Web colors - Wikipedia, the free encyclopedia
On computer screens, sans-serif fonts are considered easier to read than serif fonts. The font-family property should hold several font names as a "fallback" system. If the browser does not support the first font, it tries the next font. Start with the font you want, and end with a generic family, to let the browser pick a similar font in the generic family, if no other fonts are available. Being able to manage the text size is important in web design. However, you should not use font size adjustments to make paragraphs look like headings, or headings look like paragraphs.
CSS Font
In HTML and XHTML , a font face or font family is the typeface that will be applied by a web browser to some text. The font is relevant for the display of text on the screen, on a printer or another device. A font family and other presentational attributes of a font may be applied in HTML code in either cascading style sheets (CSS) or the deprecated HTML font element.

