My work on the footer is at the bottom of the page (of course), I just can’t figure out how to get a similar bottom row. According to the inspo website’s source code, it uses a nav tag, but I don’t know if this is of any relevance.
If anyone could help, I’d be so grateful! Thank you.
The most important thing is that you understand the priciple. You can recreate any layout using just flexbox, by decomposing things. Everything is a flexbox with 2 or 3 elements, nested in another flexbox, nested in another etc.