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
- tag
- jQuery
- 페이지 이동
- 태그
- script
- jQuery UI
- relative
- absolute
- window open
- Semantic
- Transform
- 구글차트
- 가상 요소
- 새창열기
- html5
- 툴팁
- HTML
- onclick
- googlechart
- 시맨틱
- JavaScript
- 팝업
- 시맨틱 태그
- Semantic tag
- window.open
- 가상 클래스
- position
- translate
- 깜박임
- css3
Archives
- Today
- Total
무아지경
display:table; 본문
display:table;
- 다른 요소를 table태그 속송으로 바꿔주는 역할
dislay:table-cell;
- 다른 요소를 tr, td 속성으로 바꿔주는 역할
- table표 안에 있는 것처럼 바꿔서 쉽게 정렬 할 수 있게 할때 쓰임
- tr, td에서 정렬은 text-align:center; vertical-align:middle; 등으로 하면 간편
'퍼블리싱 > HTML5 + CSS3' 카테고리의 다른 글
tabindex="n" (0) | 2018.05.30 |
---|---|
word-break:break-all (0) | 2018.05.30 |
본문 바로가기 for 스크린리더 (0) | 2018.05.18 |
말줄임(...) (0) | 2018.05.18 |
block요소, inline요소 (0) | 2018.05.18 |
Comments