Tried my hand at initializing CSS variables at the :root
and it went pretty well. Gonna hope to keep that up, but also expand on what's stored there in the future. I think it would be a good place to have different font sizes placed there too. I just didn't get around to it this time.
Once I moved from the mobile first solution to the desktop, everything shifted slightly and I started changing the dimensions of the card container prematurely. I made things smaller, and then when I started updating the fonts to take up more space, the box became to small. So I'm gonna change my strategy next time for sure.
What specific areas of your project would you like help with?I want to know if there are better ways to architect the CSS code. I made multiple classes for the fonts and applied them directly to certain HTML elements, but I think if the only thing that's changing between the classes is the font size, then that should be handled by changing the property on a class, rather than having a class explicitly for it. Thoughts?