Welcome to Temastad's 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:

Neocities logo

About This Website

This website is designed to be simple, modern, and accessible. It's built with clean HTML and styled with CSS.

Contact

Want to get in touch? Here's how:

Email: yourname@example.com

/* General resets */ body { margin: 0; font-family: 'Roboto', sans-serif; line-height: 1.6; color: #333; background-color: #f9f9f9; } /* Header */ header { background-color: #333; color: #fff; padding: 1rem; } header nav ul { list-style: none; display: flex; justify-content: center; padding: 0; margin: 0; } header nav ul li { margin: 0 1rem; } header nav ul li a { color: #fff; text-decoration: none; } header nav ul li a:hover { text-decoration: underline; } /* Main content */ main { padding: 2rem; } h1, h2 { color: #333; } h1 { font-size: 2.5rem; text-align: center; } h2 { font-size: 2rem; margin-top: 1.5rem; color: #555; } section { margin-bottom: 2rem; } /* Images */ img { max-width: 100%; height: auto; display: block; margin: 1rem auto; } /* Footer */ footer { background-color: #333; color: #fff; text-align: center; padding: 1rem; margin-top: 2rem; } /* Links */ a { color: #007BFF; } a:hover { color: #0056b3; text-decoration: underline; }