Am I heading in the right direction (just talking about layout here). Is it mainly flexbox that keeps the nav bar on the left and margin to keep the main content to the right?
Thank you.
Am I heading in the right direction (just talking about layout here). Is it mainly flexbox that keeps the nav bar on the left and margin to keep the main content to the right?
Thank you.
Hi @oocopperpot!
Yes you are correct that margin-left keeps the main content to the side and the fixed column position keeps the navbar to the left.
If you want your nav bar to stay fixed at the top and be 100% of the browser height then you can adjust the height and top in your css.
Don’t forget to keep the test suite in your project.
Super, thank you. (Now corrected the navbar )