CSS의 shorthand 중 매번 헤깔리던 부분이었는데, 잘 정리된 페이지를 찾았습니다. 필요할 때 검색해 봤으면 진작 찾았을테지만...
이 외에 lists, border, outline 등도 잘 분류되어 있습니다.
margin: top right bottom left;
margin: 1em 0 2em 0.5em;
border: width style color;
border: 1px solid #000;
background: color image repeat attachment position;
background: #f00 url(background.gif) no-repeat fixed 0 0;
font: font-style (italic/normal) font-variant (small-caps) font-weight font-size/line-height font-family;
font: italic small-caps bold 1em/140% “Lucida Grande”,sans-serif;
이 외에 lists, border, outline 등도 잘 분류되어 있습니다.








덧글