[html5] css3
css3 기초
@charset "utf-8";
body {
font-family: 돋움, Dotum, Sans-serif;
font-size: 75%; /* 16px x 0.75 = 12px */
line-height: 1.5; /* 12px x 1.5 = 18px */
background-image: url('../images/bg.jpg');
background-size: cover; /* body 요소 배경 이미지 사이즈 cover로 설정, ie8에서는 먹지 않음 */
color: #ececec;
}
'programming > html5' 카테고리의 다른 글
[html5] firefox plugin quickjava (0) | 2012.05.08 |
---|---|
[html5] Standardista (0) | 2012.05.08 |
[html5] 젠코딩(Zen-Coding)에 대해서 (0) | 2012.05.08 |
[html5] html5가 지원되지 않는 브라우저에서 html5 사용하기 (1) | 2012.05.04 |
[html5] 문서구조 (0) | 2012.05.03 |