HTML and CSS Reference
In-Depth Information
livepage.apple.comObject Oriented CSS is Nicole Sulivan's attempt to create a
framework that would allow developers to write fast, maintainable, standards-
based, modular front end code.
Modular CSS, in a broad sense, is CSS that can be broken down into chunks
that work independently to create design components that can themselves
be reused independently. This might mean separating your style into
multiple sheets, such as layout.css , type.css , and color.css . Or it might mean
creating a collection of universal CSS classes for form layout that you can
apply to any form on your website, rather than have to style each form
individually. CMS', frameworks, layout grids and other tools all help you
create more modular Web pages.
Search WWH ::




Custom Search