I am putting together a web pag开发者_C百科e that is very basic and really only focusing on the data.
It involves h1 - h3 and within there paragraphs and unordered lists.
I am currently not specifying any styling, but I would like to take an existing css and use it with little to no modification. In essence, improving the standard browser presentation.
I tried 960.gs reset and text.css but it still did not look very "polished". Something typography heavy would most likely help...
Bootstrap is a new reset/base CSS offering from Twitter (just recently open sourced). I've started using it on a few projects and love it. Here's the example typography: http://twitter.github.com/bootstrap/#typography
For you, I recommend Flutie.
A straight link to the CSS file: https://raw.github.com/thoughtbot/flutie/master/app/assets/stylesheets/flutie.css
I use this one on every project, and it works fine :
http://meyerweb.com/eric/tools/css/reset/
You could also try Blueprint CSS Framework or search for css framework
in a search engine.
精彩评论