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:

Click me.

To learn more HTML/CSS, check out these tutorials!

/* Size of the border */ --border-size: 0.5rem; /* Create a dotted border */ border: var(--border-size) dotted lime; /* Create two background layers: 1. A white semi-transparent 2. A layer with the colored boxes */ background-image: linear-gradient(to right, rgb(255 255 255 / 0.5), rgb(255 255 255 / 0.5)), conic-gradient( from 45deg, #d53e33 0deg 90deg, #fbb300 90deg 180deg, #377af5 180deg 270deg, #399953 270deg 360deg ) ;