General
Tools and References
Selectors
- Selectutorial – CSS selectors – covers CSS2 selectors. Document tree diagram.
- quirksmode – Browser support charts and selector examples
Declarations (rules) – general
Browser prefixes
:before and :after (CSS2)
- Learning To Use The :before And :after Pseudo-Elements In CSS
- Pure CSS GUI icons (experimental)
- The Lowdown on :Before and :After in CSS
nth-child selector
- How nth-child Works by: Chris Coyier
- The wonder of nth-child – includes use of nth-child to style a data table.
Flexbox
@font-face
Opacity
RGBA colour
Gradients
2D Transform, Transition and Animation
- http://dowebsitesneedtobeexperiencedexactlythesameineverybrowser.com/
- http://farukat.es/
- CSS3 for Web Designers Demo site.
- 3D Cube using 2D CSS transformations
- CSS3 Starbursts
- Building a Starburst with CSS
- http://www.w3schools.com/css3/css3_transitions.asp
- http://www.w3schools.com/css3/css3_2dtransforms.asp
- Transition Timing Functions summary and examples
- Transition Timing Functions
- Transitionable CSS properties (style rules)
- Animation – CSS-Tricks
- CSS3: Animations vs. Transitions, including triggering with JavaScript