Tag: css

Developing the Postcard Wall
Blog
Read more > Developing the Postcard Wall
View more

This is what a CSS refactor looks like
Blog
Read more > This is what a CSS refactor looks like
View more
Blog
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…

Belated: I’m in print!
Blog
Read more > Belated: I’m in print!
View more
Blog
Power-Spriting with Compass
Spriting is a popular way to reduce the requests necessary for loading your website, combining images into one file. Now,…
Blog
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,…