img가 inline 이라서 생긴다고 한다.
해결방법 :
img {
vertical-align : bottom;
}
'CSS' 카테고리의 다른 글
background color가 프린트할 때 종이에 안나올 때 (0) | 2024.07.02 |
---|---|
애니메이션 끝나고 그대로 멈춰있게 만드는 방법 (0) | 2023.03.13 |
Transform, Transition, animation속성 (0) | 2022.08.26 |
img가 inline 이라서 생긴다고 한다.
해결방법 :
img {
vertical-align : bottom;
}
background color가 프린트할 때 종이에 안나올 때 (0) | 2024.07.02 |
---|---|
애니메이션 끝나고 그대로 멈춰있게 만드는 방법 (0) | 2023.03.13 |
Transform, Transition, animation속성 (0) | 2022.08.26 |