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:
.image-container {
perspective: 1000px;
display: inline-block;
}
.pop-image {
width: 100%; /* Or set a fixed size if you prefer */
transition: transform 0.4s ease, box-shadow 0.4s ease;
border-radius: 10px;
}
.pop-image:hover {
transform: translateY(15px) scale(1.03);
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
}
Here's how to make a list:
- First thing
- Second thing
- Third thing
To learn more HTML/CSS, check out these tutorials!