Coding 2024-09-16
Here's what I'm seeing from slamming stuff together between a bunch of different libraries:
- I need to write CSS to get things centered.
- The svg viewport is cutting it off too soon at the bottom.
- The svg is way too small.
- All of the previous complaints I had about the svg still hold, because I haven't yet tried to do anything about them.
Hm. If I'm going to be writing CSS anyway, I should put a class on the svg elements and see if I can make that work.
That's probably going to need some tweaking, but I can make things work. For now, I'm going to research CSS methodologies. (Like, if you look under the hood on this blog, I'm doing something that's supposed to be my idea of BEM (although I'm apparently missing some aspects of it in the backend code), but maybe there's something else I'd prefer using for this project? I don't know.) Anyway, I should wrap up.
Good night.