span height1 [CSS]div와 span의 가로 세로 기본값 div(블록요소) { width: auto; height: auto;} width:100%, height:0 에서 시작. span(인라인요소) { width: auto; height: auto;} width, height 모두 0 (인라인 요소는 가로세로를 가질 수 없음. 단, 텍스트의 크기에 맞춰 사이즈가 변함.) 2020. 6. 20. 이전 1 다음