Posts Tagged ‘CSS’

CSS Box shadow overview page

Check out thany.nl/apps/boxshadows to see a nice overview of different possibilities to make a shadow and how it is displayed in the different browsers.

Powerful New CSS Techniques and Tools

Powerful New CSS Techniques and Tools – Smashing Magazine.

Sass – Syntactically Awesome Stylesheets in Rails 3.1

Sass is cool! And if we can believe David Heinemeier Hansson, it will be part of Rails 3.1.

Sass makes CSS fun again. Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It’s translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.

via Sass – Syntactically Awesome Stylesheets.