일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- 시작하기
- 리브레캐드
- mysql
- tomcat
- 스크래치
- 오라클
- html5
- 잡토이
- 잡토이 메이킹 코딩 학원
- 아두이노
- 설치
- 톰캣
- librecad
- 파주
- 예제
- s4a
- 안드로이드
- 유니티
- Unity
- oracle
- 강좌
- jsp
- 운정
- Android
- 라즈베리파이
- 설정
- Spring Security
- jobtoy
- 코딩
- MSSQL
Archives
- Today
- Total
랩제이
[html5] css3 본문
반응형
[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 |