일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- datasourceexplorer
- codepage
- 이미지확대
- UTF-8
- call by value
- static
- method
- Encoding
- 정보처리 산업기사
- I/O
- ABSOLUTE
- SQL
- position
- transition
- Spring
- 기사
- box-sizing
- call by refelrence
- where
- text-shadow
- 산업기사
- MySQL
- transform
- 정보처리기사
- 스마트에디터
- relative
- 정보처리
- fixed
- STREAM
Archives
- Today
- Total
목록transform (1)
a battle with myself
[css] 이미지 확대 / transform:scale / transition:transform
css를 이용한 간단한 이미지 확대... 간단한 div box안에 이미지 소스를 확대 시키려면 transform:scale 을 이용하면 된다. transform:scale(1.1); /* default */ -webkit-transform:scale(1.1); /* 크롬 */ -moz-transform:scale(1.1); /* FireFox */ -o-transform:scale(1.1); /* Opera */ 이미지를 1.1배 확대 한다. div 속성 .shadow{ width:100px; height:100px; border:1px solid black; overflow:hidden; /* div 박스 사이즈를 넘어간 값은 숨긴다*/ } 이미지 속성 .shadow img{ width:100px; h..
html + css
2016. 7. 4. 09:14