728x90
<div class="calculator"></div>
.calculator {
width: 350px;
height: 500px;
border: 1px solid blue;
}
body {
display: flex;
justify-content: center;
align-items: center;
border: 1px solid red;
height: 100vh;
}
728x90
'부트캠프교육중 > CSS' 카테고리의 다른 글
다시정리하기시작함 (0) | 2023.12.02 |
---|---|
[CSS] Flexbox (0) | 2022.12.23 |
레이아웃 (0) | 2022.12.23 |
[CSS] Selector (기타) (0) | 2022.12.22 |
[CSS] Selector (자식/후손/형제) (0) | 2022.12.22 |