If you look at the Garret page that isn't me, that's actually a friend of mine. I plan to host pages for them in a separate web branch (aka the FarLands)
If anyone can give me coding pointers that would help a bunch, I lowkey stole the CSS code for the 2nd background from this dead site. I'll send the site in the morning when I remember.
Assuming you’re talking about the book spine on the front page — it’s a `border-image`! There’s a picture of a book spine that gets cut up so that the top left corner shows the title, the bottom left the bottom, and then (using `border-image-repeat: stretch round;`) the rest gets automatically repeated and stretched to fill in the gap between.
Assuming you’re talking about the book spine on the front page — it’s a `border-image`! There’s a picture of a book spine that gets cut up so that the top left corner shows the title, the bottom left the bottom, and then (using `border-image-repeat: stretch round;`) the rest gets automatically repeated and stretched to fill in the gap between.