CSS 초급과 중급의 차이

취향의 흔적
- IT/웹, 2007-02-06, resistan

Hooney님 글에 트랙백. 일단 제목에 맞는 예제부터 보시고...

예제

초급

.font_04  { color: #333333; font-weight: bold;}
.font_05  { font-family: "돋움"; font-size: 14px; color: #ffffff; font-weight: bold;}
.font_06  { font-family: "돋움"; font-size: 12px; color: #006699; font-weight: bold;}
.font_07  { font-size: 14px; color: #CC3333; font-weight: bold;}
.font_08  { font-size: 14px; color: #134472; font-weight: bold;}
.font_09  { font-family: "돋움"; font-size: 12px; color: #CC3333; font-weight: bold;}
.font_sun  { color: red;}
.font_sat  { color: blue;}

중급

body    { font-family:"돋움", Dotum, Arial, sans-serif; font-size:.75em; color: #333;}
#wrap   { width: 65em; margin: 0 auto;}
#header { paddding: 0 1em;}
#header p { line-height:1em;}
#calendar { width: 80%; font-size: 1em; color: #c33;}
#calendar .sun { color: red;}
#calendar .sat { color: blue;}

차이점

Hooney님 글 보면서 대충 생각나는 것만 적어봤습니다. 추가 삭제할 부분있다면, 태클 걸어주세요. :)