css

TwitterFacebook
Get flash to fully experience Pearltrees
http://paulirish.com/demo/css-hacks

demos... | CSS Hacks

View full post about browser-specific CSS Hacks here. Red if * html matches in this browser Red if *:first-child+html matches in this browser
html5/css3

grid

tools

File: INDENTED_SYNTAX

http://sass-lang.com/docs/yardoc/file.INDENTED_SYNTAX.html Sass’s indented syntax (also known simply as “Sass”) is designed to provide a more concise and, for some, more aesthetically appealing alternative to the CSS-based SCSS syntax. It’s not compatible with CSS; instead of using { and } to delimit blocks of styles, it uses indentation, and instead of using semicolons to separate statements it uses newlines. This usually leads to substantially less text when saying the same thing.
http://net.tutsplus.com/tutorials/html-css-techniques/the-30-css-selectors-you-must-memorize/ This entry is part 2 of 16 in the CSS3 Mastery Session - Show All « Previous Next » Twice a month, we revisit some of our readers’ favorite posts from throughout the history of Nettuts+. This tutorial was first published in November, 2010. So you learned the base id , class , and descendant selectors – and then called it a day? If so, you’re missing out on an enormous level of flexibility. While many of the selectors mentioned in this article are part of the CSS3 spec, and are, consequently, only available in modern browsers, you owe it to yourself to commit these to memory.

The 30 CSS Selectors you Must Memorize

Web 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 number sign (#). [ 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

http://en.wikipedia.org/wiki/Web_colors