💻 JSFiddle 열기
div{이 요소를 화면 가운데에 배치해보세요!}
body { margin: 0; }
div {
width: 300px;
height: 80px;
line-height: 80px;
text-align: center;
background-color: skyblue;
}
- ⭐️ 블록 요소도
position
이 absolute나 fixed가 되면 가로너비를 가득 채우지 않게 됩니다.