Como alinear una imagen abajo a la derecha
Publicado por carlos (9 intervenciones) el 05/09/2019 22:40:56
BUENAS COMO PONGO UNA ETIQUETA PARA ALINEAR UNA IMAGEN A LA DERECHA Y LUEGO HACIA ABAJO
Valora esta pregunta


0
<style>
#wrapper {
width:500px;
height:500px;
border:1px solid;
background:url(https://image.ibb.co/fUL9nS/wolf.png) no-repeat bottom right;
}
</style>
<div id="wrapper"></div>