@media screen and (max-width: 700px) {
.iphone {
width: 700px;
height: 500px;
/* text-align: center;
margin-left: 0.1px;
display: block; */
}
.iphone img {
width: 30%;
height: 40%;
margin: auto;
}
.text {
width: 100%;
height: 500px;
}
}
margin: auto인데 img가 중앙정렬이 안되네요
iphone 클래스가 파란부분 div로 묶어놨는데 문제가 뭘까요
-
이 게시글은
김민규에 의해 9 월, 1 주 전에 수정됐습니다.