Struggling with customizing the bootstrap 5 cover page example. I really love the design, especially the header and footer (without toggle, brand staying on a single line, etc.).
Want a page with more content scrolling in the middle, while keeping the navbar and footer fixed. Changing the footer class to footer fixex-bottom
got me close to my goal easily.
Encountering 2 problems:
Need help fixing the navbar at the top (without the text expanding full width). Want to scroll with the navbar in the exact style, staying fixed at the top but not stretching the full page with its content. Also trying to change the color.
When there is little text, it should be centered on the page between the header and footer, not aligned at the top.
Check out this CodePen example. My first time using CodePen, so please be patient :)