Search code examples
cssstockstylesheet

Are there any reuseable CSS stylesheets that provide some commonly used functionality?


Examples might include:

  • buttons (class="button" or similar)
  • rounded boxes with headings (class="content-box" or similar)
  • nice looking html tables (class="nice-table" or similar)
  • customised html form fields

[example class names just to give an idea of expected behaviour]

Basically I just want some readymade CSS for common things.

My non-designer friend wants to get started creating a web app and I feel that ready made simple but attractive CSS classes would be a great help.


Solution

  • Try this ones:

    1. http://twitter.github.com/bootstrap/ — css framework from creators of twitter, have wide range of common elements.
    2. http://foundation.zurb.com/ — another framework with hight focus on prototyping.