margin1 (CSS) padding, margin padding 내부 영역의 여백 border(외곽선)을 기준으로 내부에 얼마나 빈 공간을 줄 건지 설정 margin 외부 영역의 여백 border을 기준으로 외부로 얼마나 빈 공간을 줄 건지 설정 box1 box2 box3 box4 box5 * { box-sizing: border-box; padding: 0; margin: 0 auto; } .box-container { /* 박스들의 부모 영역 표시 */ border: 5px solid firebrick; width: fit-content; } .box1, .box2, .box3, .box4, .box5 { /* 각 박스의 영역을 알아 볼 수 있게 설정 */ width: fit-content; font-size: 5rem; border: 5px sol.. 2023. 1. 11. 이전 1 다음