This will use flexbox to allow it to be responsive
display: flex;will make your nav element a flex container- Especially important if your
navtag has a home icon on the left and a group of links on the right - If you are using a
ulinside thenav, you will need theulto also be a nav container
- Especially important if your
- use nested selectors for clear code
nav ul { /* Code Here */ }