
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
배너 넣고 나서 배너이미지 아래쪽 회색 선은 원래 있는게 맞나요?
원래 이미지에는 없는 부분 같은데 없애는 방법 궁금합니다
작성한 코드 및 에러 메세지
<HTML>
.
.
.
<div class="box1">
<div class="box1-content">
alt="이미지" />
</div>
</div>
.
.
.
<CSS>
.
.
.
.box1 {
background-color: #eee;
height: auto;
display: flex;
justify-content: center;
align-items: center;
}
.box1-content {
max-width: 100%;
text-align: center;
}
.box1-content img {
max-width: 100%;
height: auto;
}
