Imágenes
img {
width: 100%;
height: auto;
}img {
max-width: 100%;
height: auto;
}/* Para smartphones (Mobile First) */
body {
background-image: url('img_smallflower.jpg');
}
/* Para anchos de pantalla de como mínimo 768 pixeles (a partir de tablets en formato horizontal) */
@media only screen and (min-width: 768px) {
body {
background-image: url('img_flowers.jpg');
}
}Última actualización
¿Te fue útil?