Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Absolute
- AGI
- ai
- AI agents
- AI engineer
- AI researcher
- ajax
- algorithm
- Algorithms
- aliases
- Array 객체
- ASI
- bayes' theorem
- Bit
- Blur
- BOM
- bootstrap
- canva
- challenges
- ChatGPT
Archives
- Today
- In Total
A Joyful AI Research Journey🌳😊
230213 CSS 테이블 만들기: display: table, display: table-cell 본문
💻Bootcamp Self-Study Revision✨/HTML5, CSS, Bootstrap, JSP
230213 CSS 테이블 만들기: display: table, display: table-cell
yjyuwisely 2023. 3. 29. 21:47230213 Mon p. 265
1 | 2 | 3 | 4 |
Table 사용 시 1~4 나눔
부모 요소 태그
div로 묶는다.
display: table; table-layout: fixed;
자식 요소 태그
#로 아이디 지정한다.
display: table-cell;
728x90
반응형
'💻Bootcamp Self-Study Revision✨ > HTML5, CSS, Bootstrap, JSP' 카테고리의 다른 글
230208 CSS 포커스 이용해서 input 눌렀을 때 border에 효과 주기 (0) | 2023.03.30 |
---|---|
230210 CSS 마우스 올렸을 때 이미지 확대하기: blog-slider (0) | 2023.03.29 |
230213 CSS 우선순위: 인라인 스타일 > 아이디 > 클래스 > 요소 (0) | 2023.03.29 |
230206 HTML5 테이블 레이아웃 만들기: table, table-row, table-cell (0) | 2023.03.29 |
Comments