Estoy aprendiendo como funciona esto de programar mientrás me entretengo y comparto mis gustos Neocities.
Here's how you can make bold and italic text.
/* Fondo de la página */ body { background-color: #CCCCFF; /* periwinkle */ font-family: "Comic Sans MS", "Brush Script MT", cursive, sans-serif; margin: 0; padding: 0; } /* Estilo de los títulos */ h1 { font-family: "Brush Script MT", cursive; font-size: 3em; color: #4B0082; /* un tono morado lindo */ text-align: center; margin-top: 20px; } /* Párrafos */ p { font-family: Georgia, serif; font-size: 1.1em; color: #333333; line-height: 1.5; margin: 10px 20px; }Here's how you can add an image:
Here's how to make a list:
To learn more HTML/CSS, check out these tutorials!