dStulle
dStulle

Reputation: 667

Is there a good resource of css snippets?

Usually when you design a website you don't want to take apart a complete css or fiddle around with the basic css buldingblogs.

Is there a good resource of basic building blocks for css. Something like different Menus, Page effects, and basic layouts that is written in clean code and can be easily combined together?

Upvotes: 1

Views: 141

Answers (2)

alexyorke
alexyorke

Reputation: 4299

http://snipplr.com/popular/language/css

http://www.1stwebdesigner.com/development/useful-css-snippets/

http://css-tricks.com/snippets/

These sites I find helpful when I am trying to find css snippets. Should be well over 500 snippets there.

Upvotes: 2

marcgg
marcgg

Reputation: 66445

http://www.smashingmagazine.com/tag/css/

http://www.alistapart.com/

... and many more.

Upvotes: 1

Related Questions