본문 바로가기
TIL/Today I Learned

[Develop] 23.04.24 개발공부일지

by 임성장 2023. 4. 24.
728x90

요약: display: table, 미디어쿼리

일시: 23.04.24 09:30 ~ 18:20

장소: 더휴먼컴퓨터아트아카데미, 집 

배운 점:

HTML 태그

  • <table></table>

CSS

  • display: table 속성
  • line-height으로 가운데 정렬하기
  • <link rel="stylesheet" href="./css/style6.css" media="only screen and (min-width: 321px) and (max-width:799px)">

 

부족한 점:

  • display: table 속성→ex09 uint05_02
  • table th에 세로바 넣기(넓이주고 글자에 마진라이트)
728x90