Difference between revisions of "HTML/CSS"

From Things and Stuff Wiki
Jump to navigation Jump to search
Line 50: Line 50:
 
* [http://drewish.com/tools/vertical-rhythm CSS with vertical rhythm] - drewish.com
 
* [http://drewish.com/tools/vertical-rhythm CSS with vertical rhythm] - drewish.com
 
* [http://lamb.cc/typograph/ Scale & Rhythm]
 
* [http://lamb.cc/typograph/ Scale & Rhythm]
 +
 +
=== Font symbols ===
 +
* http://news.ycombinator.com/item?id=3672526
 +
* http://news.ycombinator.com/item?id=3675301
  
 
=== Header, footer ===
 
=== Header, footer ===

Revision as of 15:39, 7 March 2012


CSS

tag
.class
#id
display: block - default 100% width, flows vertically
display: inline - consumes width of content, flows horizontally
display: inline-block
  http://www.quirksmode.org/css/display.html
float - floats element next to containing box or other floated element
position: absolute - out of flow
rgba(0, 0, 0, 0.2) - shadow

Tips

background

Resets, etc.

Grid

Vertical rhythm

Typography

Font symbols

Header, footer

Menus

Gradients

Misc