CSS Sprites Revisited
CSS Sprite에 그리드만 잘 사용하면
LESS나 SaSS로 기똥차게 쓸수 있겠구나!
게다가 문자대치, 인라인이미지, 패딩이미지 팁까지 포함~
dabblet
dabblet is an interactive playground for quickly testing snippets of CSS and HTML code.
CSS Frameworks
- 960 Grid System - http://960.gs
- 1140 CSS GRID - http://cssgrid.net/
- YUI CSS Grids - http://yuilibrary.com/yui/docs/cssgrids/
- LESS - http://lesscss.org/
- SaSS - http://sass-lang.com/
- Adapt.js - http://adapt.960.gs
CSS image replacement technique
.hide-text { text-indent: 100%; white-space: nowrap; overflow: hidden; }
Page 1 of 2