Files
juego-gallina/style.css
T
jorge 5ffa8a150b Subir archivos a "/"
Archivos iniciales
2026-06-15 17:15:03 +02:00

17 lines
275 B
CSS

body {
background-image: url("images/grass.jpg");
background-repeat: repeat;
display: flex;
justify-content: center;
}
#gallina {
/*Sin la absolute se lía*/
position: absolute;
width: 300px;
height: 300px;
transition-duration: 0.3s;
}