back home ♥

tralal

Hello Worlfd!

I love Neocities

The Neocities cat

Things I Like


Poeme

My feelings arent enough
They tend to screw things up
Why am I left standing here aloof
e

Sacrilage i nthe name of public good

— Penelope Scott

dsfsd

Click for a secret

This whole page is hand-made, one tag at a time.

topo

a:visited styles links the visitor has already clicked, and text-decoration: none; removes the underline (keep some hint that links are links, though!). And :hover isn't just for links — try a hover rule on img and watch your picture react too.
max-width caps how wide the body can get. Around 600–700px keeps lines short enough to read comfortably. margin: 0 auto is the centering spell: zero margin on top and bottom, and auto splits the leftover space evenly between left and right. Split evenly = centere. On a phone, a max-width column can still touch the screen edges. Adding padding: 0 20px; to the body keeps your words off the walls no matter how small the window gets. (Try dragging your browser window narrow and watch the column behave!)*/