background preloader

CSS

Facebook Twitter

Sass - Syntactically Awesome Stylesheets. LESS « The Dynamic Stylesheet language. HTML5 Boilerplate - A rock-solid default template for HTML5 awesome. CSS-Tricks. CSS Reference. Style-rule ::= selectors-list { properties-list } ... where : selectors-list ::= selector[:pseudo-class] [::pseudo-element] [, selectors-list] properties-list ::= [property : value] [; properties-list] See the index of selectors, pseudo-classes, and pseudo-elements below. The syntax for each specified value depends on the data type defined for each specified property. Style rule examples For a beginner-level introduction to the syntax of selectors, see our guide on CSS Selectors.