Skip to main content

Content with Style: A CSS Framework

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Bookmark History

Public Comment

on 2006-08-02 by garyburge

One page, many layouts, through css magic.

on 2006-08-10 by forgetcolor

modular CSS for reusable code

on 2006-10-24 by danshields

This is a really cool site with really good CSS and coding techniques.

Public Sticky notes

In my Modular CSS article I documented the possibility of breaking down stylesheets into components that could be reused across projects. All well and good. The next logical step is to extend this to become a CSS framework, allowing rapid development of sites with pre-written and tested components. All that's really required to produce this is a set of naming conventions and a flexible base template...

Highlighted by jonphipps

"In this article I'm trying to illustrate a simple way of skipping the tedious startup on your average project, letting you get to the interesting stuff as quickly and efficiently as possible. I've not attempted to explain the layouts included here so it may not be suitable if you're a CSS beginner."

Highlighted by dean45927

The next logical step is to extend this to become a CSS framework, allowing rapid development of sites with pre-written and tested components. All that's really required to produce this is a set of naming conventions and a flexible base template...

Highlighted by mjnorris