-1

Possible Duplicate:
What is the best CSS Framework and are they worth the effort?

What is the best CSS Framework and why ?

How can i get started with css frameworks ? Are there any good tutorials ?

Community
  • 1
  • 1
faressoft
  • 19,053
  • 44
  • 104
  • 146

3 Answers3

1

using html5 I would say the css section of html5 boilerplate even if it's not a framework, but a reset stylesheet

1

I like to start with a reset.css file to knock all browsers down to a blank slate, then I start writing my own CSS from there.

No more margin:0;padding:0; on every class you make.

Brendan
  • 1,853
  • 11
  • 18
1

in my opinion there is no best (suited) CSS framework in my work. use CSS framework just load unnecessary script...

i suggest you only use reset CSS, to make you easly develop website look same in every browser. you can search it in google.

GusDeCooL
  • 5,639
  • 17
  • 68
  • 102