I added a navbar so you can get around the site quicker (with placeholder pages since for some reason without them the list which I explicitly state not to have bullet points decides to have them anyway).
I also made it so you can’t scroll past the footer and attached 2 horizontal rules to either side of it by learning about viewport width/height. I also had to wrap all of the content relevant to each page uniquely with a element for accessibility reasons.
I gave the site a minor appearance overhaul in the css, and replaced all em units with rem so that I won’t have weird scaling issues pop up later.
Additionally, I learnt about and used different list types, and variables to help reduce css value redundancy.
I also realised that I won’t be needing a separate font for highlighted text (because it would be quite a mess)!
For my next log i’m planning to involve either animations, images, flexboxes (which will let me fix my navbar), gradients, or all of them!
I also plan to devlog more often.
P.S. it would be kind of you if you didn’t judge me for the amount of time it takes me to do simple things, i’m working on a phone, and there’s no good editors or live preview on phone . . .