Because of a little thing I call life it has been a while since I have messed with my web development studies. So I spent most of yesterday really getting into learning VS Code, the preferred editor of the class. I spent a while figuring out how to get the editor to talk with github and learning a bunch of other tricks with the editor.
This morning I figured that it might me time for me to build my self a portfolio page, website, or whatever you call it. I wanted to use flexbox and could not for the life of me get it to work. I went back to the course videos and my memory was correct. I had it all typed out correctly. My memory was not as bad as I thought.
But, it still did not work as expected.
As I was rewatching the videos and checking my work vs. the sample I just happened to bump into the solution.
In CSS I identified the container I was trying to "flex" by a class. I forgot to put the class selector on it. Lost an hour and a half of my life because I forgot to put a . in a file.