Design

From Things and Stuff Wiki
Revision as of 05:17, 29 January 2012 by Milk (talk | contribs) (moved CSS to HTML/CSS)
Jump to navigation Jump to search


Basics

tag
.class
#id
display: block - default 100% width 
display: inline - consumes width of content
position: absolute - out of flow

Guides

Header, footer


Typography


Accessibility

Headings should not be removed using display:none, because it removes the headings from assistive technology. Instead headings can be made invisible to sighted users using CSS class="element-invisible". [1]

Tools

Sass

_partial.sasst  - partial files, for inclusion, will not be compiled

Other

Compass

Grids

Susy