Difference between revisions of "HTML/CSS"

From Things and Stuff Wiki
Jump to navigation Jump to search
Line 33: Line 33:
  
 
=== Vertical rhythm ===
 
=== Vertical rhythm ===
* http://webtypography.net/toc#Vertical_Motion
+
* [http://webtypography.net/toc/ The Elements of Typographic Style Applied to the Web]
 +
** [http://webtypography.net/toc#Vertical_Motion Vertical Motion]
 
* http://24ways.org/2006/compose-to-a-vertical-rhythm - oft' linked to
 
* http://24ways.org/2006/compose-to-a-vertical-rhythm - oft' linked to
  

Revision as of 21:08, 27 February 2012


CSS

tag
.class
#id
display: block - default 100% width, flows vertically
display: inline - consumes width of content, flows horizontally
display: inline-block
float - floats element next to containing box or other floated element
position: absolute - out of flow

Tips

background

Resets, etc.

Grid

Vertical rhythm

Typography

Header, footer

Menus

Gradients

Misc