2

This is at the framework level, not dealing directly with CSS, so posting to SO.

I just learned about the existence of CSS frameworks. 960 Grid System seems pretty awesome, then I found Blueprint, which seems to do the same thing and more.

Is there a better word than "framework" to categorize this?

Are there any other products in this category?
In response to one of the comments Link to a site designed using a CSS framework (Blueprint, 960,etc)?, "how many example frameworks do you want? he just listed two of them.", I'd love to have more than two examples, unless those are the only two in the running.

Community
  • 1
  • 1
Dean J
  • 39,360
  • 16
  • 67
  • 93
  • Please note that some/most of the posted frameworks are outdated by now. An up to date list of similar frameworks can be found here: https://github.com/troxler/awesome-css-frameworks – str Nov 03 '17 at 18:09

6 Answers6

2

Here are a few more for your list

http://elements.projectdesigns.org/

http://devkick.com/lab/tripoli/

http://www.contentwithstyle.co.uk/content/a-css-framework

Zac
  • 12,637
  • 21
  • 74
  • 122
  • I have experimented with them and use bits and pieces like Elements external links plugin. Of those three, I am most intrigued by tripoli which has a more straight forward language for the styles, #primary, #secondary, etc.. and sets an excellent base for typography and forms. However, blueprint is the one I am stuck on mainly for the reason that I have that framework memorized and is the quickest for me to work with. – Zac Apr 01 '10 at 03:05
2

Look at Elastic CSS Framework. Its main feature is that you are not enforced to have exactly N columns.

nkrkv
  • 7,030
  • 4
  • 28
  • 36
0

I think the word "framework" is okay to use here because it denotes a collection of useful, reusable components that abstract away the repetitious and error-prone aspects of a project and allow you, the developer, to focus on the task at hand.

Traditionally a framework is an programming API (which these CSS frameworks are not) so you could be pedantic and say that these CSS foundations are not frameworks.

Andrew Hare
  • 344,730
  • 71
  • 640
  • 635
0

Seems like "framework" in this case is more like a "scaffold" used in construction, and less like an actual programming MVC setup.

swt83
  • 2,001
  • 4
  • 25
  • 33
  • Well, "framework" doesn't always mean "MVC". :-) JQuery is certainly a framework and API on which other JQuery packages are built; it has nothing to do with MVC. – Dean J Mar 31 '10 at 12:33
0

There are also: The Golden Grid

Emastic - CSS Framework

Malo - CSS Framework

vladocar
  • 301
  • 2
  • 2
0

Fluid Grid System - http://fluid.newgoldleaf.com/

Main benefit is that it can contain nested containers.

Gad D Lord
  • 6,620
  • 12
  • 60
  • 106