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:

To learn more HTML/CSS, check out these tutorials!

Página de Consulta body { background: url('https://www.transparenttextures.com/patterns/old-mathematics.png'); text-align: center; font-family: Arial, sans-serif; } .header { font-size: 24px; font-weight: bold; color: #ff66cc; display: flex; justify-content: center; align-items: center; gap: 10px; } .star { width: 40px; height: 40px; background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/2/29/Gold_Star.svg/2048px-Gold_Star.svg.png') no-repeat center; background-size: contain; animation: spin 2s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
Página de Consulta