I’m starting to get closer to the basic layout I have in mind for my website. I’ve chosen the fonts, colors, and images I want to use, and I’ve gathered them in the appropriate folder. I’m trying to adjust their positions and sizes, but they’re still not quite right:( I’ll also add a paragraph introducing myself on the homepage later. I got the idea from a website where I saw images move when I hovered over them, and I used AI to help me achieve this. It turns out that by setting “position: absolute” for each image, I’m removing it from the page’s normal flow and placing it at the desired x-y coordinates (using top, left, and right values). Then, when I added transition: transform 0.25s ease, it works!