Welcome to my Website!
This is a paragraph! Here's how you make a link: Neocities.
Here's how you can make bold and italic text.
Here's how you can add an image:
Here's how to make a list:
- First thing
- Second thing
- Third thing
To learn more HTML/CSS, check out these tutorials!
.gif {
width: 100px; /* bear.gif */1
height: 100px; /* bear.gif */
background-image: url('imagen.gif'); /* Ruta del GIF */
background-size: cover; /* Ajusta el tamaƱo del GIF */
background-position: center; /* Centra el GIF */
background-repeat: no-repeat; /* No repite el GIF */
}