Size: 153
Comment: Ems for block widths
|
Size: 496
Comment: Add more block widths
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
* 40em =~ 640px * 50em =~ 800px * 64em =~ 1024px |
* 20 em ≈ 320px * 30 em ≈ 480px * 40 em ≈ 640px * 50 em ≈ 800px * 60 em ≈ 960px * 64 em ≈ 1024px |
Line 8: | Line 11: |
== Clearfix == [[http://www.positioniseverything.net/easyclearing.html|Clearfix]] is the original method for clearfix. At [[http://blogs.sitepoint.com/2005/02/26/simple-clearing-of-floats/|SitePoint]], apparently using `overflow: auto` also works for container elements. |