Skip to content

Tag: css

Developing the Postcard Wall

Read more > Developing the Postcard Wall
View more
Image showing a huge CSS selector refactored into a much shorter selector, without changing HTML

This is what a CSS refactor looks like

Read more > This is what a CSS refactor looks like
View more

Link dump from #SassConf

A few of my favorite links from SassConf. CSS Spinners (a cute site!) http://css-spinners.com/#/spinners/ True library https://github.com/ericam/true (ZOMG TESTING) Our eyes are…

View more

Belated: I’m in print!

Read more > Belated: I’m in print!
View more

Power-Spriting with Compass

Spriting is a popular way to reduce the requests necessary for loading your website, combining images into one file. Now,…

View more

CSS3 to make pretty buttons

This is taken from here. The CSS: .send { border: 1px solid #E2A812; border-radius: 4px; box-shadow: 0 1px 0 rgba(255,…

View more