this post was submitted on 23 May 2024
156 points (95.9% liked)

Programmer Animemes

565 readers
1 users here now

Yes it exists! This is a community dedicated to programming memes combined with anime memes.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 17 points 1 year ago (1 children)

There's actually a great site that shows how it should be done.

[–] [email protected] 7 points 1 year ago (1 children)
[–] [email protected] 0 points 4 months ago

Well done with this one. Uses some principles that I considered important while making my website:

  • dark mode and light mode depending upon media query and an option to switch (which is what required the JS)
  • even if it uses JS, it should still work without it

I hate the extremely short line widths though, so I keep it at 70% - 90% as per my preference.