반응형
.wrap {
background-color:slategray;
height:500px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center; }
.wrap > div {
width:200px;
height:200px;
background-color:skyblue;
color:white; }
반응형
'교육 > HTML' 카테고리의 다른 글
html 프로그램 없이 인터넷 온라인에서 css html 작업하기 (0) | 2020.03.31 |
---|---|
float와 overflow의 관계 (0) | 2020.03.31 |
댓글