Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- mark up
- 마우스오버
- 스크롤 웹사이트
- 디자인
- 웹디자인
- jquery 웹디자인
- 신박한 디자인
- 시맨틱
- 시맨틱 마크업
- 배경이 이쁜 웹디자인
- 마크업
- jQuery
- 이쁜 웹디자인
- 스크롤 웹디자인
- 특이한 웹디자인
- 3D
- 접근성
- Image Replacement
- 웹사이트
- 우주 웹디자인
- 사람 일러스트
- 유니크
- 신박한 웹디자인
- 귀여운 웹디자인
- 스크롤
- 웹 접근성
- 일러스트
- 깔끔한 웹디자인
- IR기법
- 이미지 리플레이스먼트
Archives
- Today
- Total
Play Ground
css 초기화 선언 본문
default.css
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,blockquote,th,td,input,select,textarea,button{margin:0;padding:0;}
fieldset,img{border:0 none;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
a{text-decoration:none}
legend, caption{font-size:0; line-height:0}
.hidden {position:absolute; left:-10000px; top:auto;width:1px; height:1px; overflow:hidden; }
or
.hidden {display: block; width: 0; text-indent: -9000px; overflow: hidden;}
'Programming > CSS' 카테고리의 다른 글
텍스트 영역 선택(드래그) 방지 (0) | 2018.03.30 |
---|---|
CSS3 animation사용해서 360도로 회전하는 버튼만들기 (0) | 2016.02.23 |
미디어 쿼리 정의부터 예제까지 (0) | 2015.12.28 |
CSS 미디어쿼리로 print mode (0) | 2015.12.28 |
꼭 알아야할 CSS Tip (0) | 2013.03.13 |