this post was submitted on 12 Jun 2026
15 points (100.0% liked)
ActivityPub
695 readers
18 users here now
Icon base by Lorc under CC BY 3.0 with modifications to add a gradient
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
HTML is simple, especially if you learned to program when XML was the latest shit. And for the CSS... That's just the material design lite template.
The only CSS, that I made myself is this one here: https://github.com/elvith-de/lemmy-migration/blob/main/docs/css/custom.css
The first statement does all the heavy lifting for the state machine (read: make things invisible). The snack-bar statements are basically from a material design tutorial and community-icon is a stripped down version of how Lemmy renders community icons. The table statement were trial and error trying to get it right.
But CSS nowadays is way better than in the past. Especially if you compare it to its first days.