Difference between revisions of "HTML/CSS"
Jump to navigation
Jump to search
Line 22: | Line 22: | ||
=== background === | === background === | ||
* http://whereswalden.com/files/mozilla/background-size/more-examples.html | * http://whereswalden.com/files/mozilla/background-size/more-examples.html | ||
+ | |||
+ | * http://www.impressivewebs.com/image-tint-blend-css/ | ||
=== Resets, etc. === | === Resets, etc. === |
Revision as of 22:27, 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
- http://blog.centresource.com/2009/06/15/6-tips-and-tricks-for-designing-with-960/
- http://divitodesign.com/css/tricks-to-solve-960-css-framework-problems/
Vertical rhythm
- The Elements of Typographic Style Applied to the Web
- http://24ways.org/2006/compose-to-a-vertical-rhythm - oft' linked to
- https://github.com/pyrsmk/vertical-rhythmic - sass mixins (no sure if worth it)
Typography
- CSS with vertical rhythm - drewish.com
- Scale & Rhythm