Continuing on the html / css barrage via Code Academy. This is all recommendation from the Odin Project and it’s so so helpful. I have somewhat a stigma against in-browser tutorials, but have found that I am learning and absorbing if I’m giving enough attention to the material. It’s easy to get lazy within in-browser tutorials so it’s nice to see it working for me this time around.
I also spent some time trying to recreate the nav bar of Apple’s website from scratch and quickly got frustrated. After googling for specific css examples to help center a list (via <li>), I stumbled across w3school’s nav bar page. So helpful and really shows how googling can save you hours of frustration. I was able to whip up a suitable nav bar within minutes via copy paste and customizing small pieces.