Recursos CSS3
Deixo una série de links de recursos per a CSS3:
CSS3 Resources
- Push Your Web Design Into The Future With CSS3 – A good intro to CSS3 by Smashing Magazine
- CSS3 Previews – A great article with demos of various CSS3 features
- W3C – Cascading Style Sheets, Current Work – If you want to follow the development of CSS3, this page is the place to start.
- W3C’s CSS3 Roadmap – An introduction to CSS3 by the W3C, and where it’s headed.
- Dan Cederholm’s Handcrafted CSS Workshop – A valuable workshop by Dan Cederholm and Ethan Marcotte (Salem Massachusetts, $399)
- Border-radius: create rounded corners with CSS – A demo of of how border-radius works
- Border-image: using images for your border – How to use border-image
- Box-shadow, one of CSS3’s best new features – A demo of how to use box-shadow
- RGBA colors – How to add transparency to your colors
- How to get @font-face to work in IE – A hack that allows you to use font embedding in Internet Explorer
- Web Fonts – A great article on font embedding from A List Apart
- Fonts available for @font-face embedding – Ignore the ugly styling of this page – it’s a great list of currently available fonts for @font-face
- Handcrafted Bulletproof CSS – Our workshop taught by Dan Cederholm, who will guide you though a case study, pointing out the details that matter most when designing flexible, bulletproof designs (London, £375+VAT)
CSS3 Tutorials
- HTML 5 and CSS 3: The Techniques You’ll Soon Be Using – A useful tutorial that walks you through building an HTML 5 site and adding CSS3 features
- Liquid faux columns with background-size the CSS3 way – How background-size is going to make your life a lot easier.
- CSS3 Opacity – How to add opacity to your images and text
- CSS3 Text-Wrapping – How to properly use the text-wrap property in CSS3
- Introducing the CSS3 Multi-Column Module – The W3C multi-column module is a CSS level-three working draft, proposed by the W3C to extend the current CSS box model. This article from A List Apart shows you how to use it.
- Rounded Corner Boxes the CSS3 Way – A useful article on 24ways that explains how to build rounded corners with CSS3
- Css3 Attribute selectors – A technical tutorial on how to use the advanced attribute selectors in CSS3
- A mock-up interface using CSS3 Colour – Really cool example of what’s possible with CSS3 Colour. Read the article and then check out the demo.
- Making an image gallery with :target – How to use the new CSS3 selector :target pseudo-class
- Styling Forms with Attribute Selectors – A great tutorial from Dev.Opera
- Tooltips with CSS3 – How to make use of the :before (or :after) pseudo element and content property, combined with the :hover pseudo class to create nice tooltips.
- Stay on :target with CSS3 – Our very own tutorial on using the :target pseudo selector
- CSS3 and International Text – An overview of the CSS3 modules currently in development that will introduce a large number of properties designed to support non-Latin text.
- Using CSS 3 selectors to apply link icons – A quick tutorial on how to add handy icons to links.
- Semantic code: put more in, get more out with CSS3 – A quick tutorial on how to use semantics so that you get more out of CSS3 selectors.
- CSS 3 selectors explained – A good intro by 456 Berea St.
- CSS text shadows and background sizing – A good tutorial from Dev.Opera that will show you how to use text-shadow and background-size.

