#rcorners1{ border-radius: 180px; } @keyframes spinning { from { transform: rotate(0deg) } to { transform: rotate(360deg) } } .spin { animation-name: spinning; animation-duration: 100s; animation-iteration-count: infinite; /* linear | ease | ease-in | ease-out | ease-in-out */ animation-timing-function: linear; }

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!