Subir archivos a "/"

Archivos iniciales
This commit is contained in:
2026-06-15 17:15:03 +02:00
commit 5ffa8a150b
3 changed files with 59 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
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;
}