Ask HN: What CSS template do you use to start quickly?
I'm starting to help on the interface of an open source project but I'm not an interface ninja.
Is there an (openly licensed) collection of CSS templates online?
Is there an (openly licensed) collection of CSS templates online?
6 comments
[ 12.6 ms ] story [ 70.5 ms ] threadPersonally, I think Theme Forest (http://themeforest.net/) has the best templates available, for a small fee (~$10).
Start with a template, hack it up to meet your needs, and go from there. So much faster and easier than doing it all yourself on an app where good UI is important, but isn't the point of the site.
http://blueprintcss.org
http://bluetrip.org
or
http://developer.yahoo.com/yui/grids/
http://cssgrid.net/
Pros: - Took a non-html person about 40 minutes to figure out - Can look really nice without much effort - Simple - Free! Cons: - I'm not sure it falls under the definition of a true template
http://meyerweb.com/eric/tools/css/reset/
I'm also a fan of the 960.gs grid, really quick to learn and good for the majority of structured layouts.
Things look nice to start with, but you quickly find yourself trying to figure out how to remove or change CSS styles instead of just building on top of.