CSS

이미지를 div 크기에 맞추기

Starters 2020. 8. 19. 21:10
img {
    max-width: 100%;
    max-height: 100%;
}
<div>
	<img src="something.png">
</div>