nav { display: flex; justify-content: center; align-items: center; background: #ddd; padding: 0.75em 1em; gap: 2em; border-bottom: 2px solid #bbb; } nav a { text-decoration: none; color: #222; font-weight: 500; transition: color 0.2s ease-in-out; } nav a:hover { color: #555; }
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!