Posts by Kugi Haito • 1 point
1 post
-
0
votes2
answers2600
viewsA: How to make a responsive image with CSS?
Very simple, just add the attribute max-width the image, but with a value of 100%: article.noticiaprincipal img{ /* imagem responsiva */ max-width: 100%; }…