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!

body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f0f0f0; } header { background-color: #333; color: white; } header nav ul { list-style: none; display: flex; justify-content: center; padding: 0; } header nav ul li { margin: 0 1em; } header nav ul li a { color: white; text-decoration: none; font-weight: bold; } section { padding: 2em; background-color: white; margin: 1em auto; max-width: 800px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } section h2 { border-bottom: 2px solid #333; padding-bottom: 0.5em; } footer { background-color: #333; color: white; text-align: center; padding: 1em 0; } footer a { color: #ffd700; text-decoration: none; margin: 0 0.5em; }