body { background-color: rgb(255,255,255); color: black; font-family: Arial; text-align: center; } p { color: black; text-align: center; text-decoration:none; } header { margin: 0 auto; width: 88%; } nav ul{ list-style: none; padding: 0; display: flex; } nav ul li{ margin-right: 0.5em; } nav ul li a{ padding: 1em; background:rgb(222,193,156); border-radius: 15px; text-decoration:none; color:pink; transition:1s; } nav ul li a:hover{ background:red; }

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!