Link to the Assessment page: https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/rwd_skills#assessment_or_further_help
My Work: Test your skills: Media Queries and Responsive Design (codepen.io)
The only part I had a problem with the navigation bar, I used absolute positioning to move it to the right side, considered turning the ul in to a float, or making the ul the same size as the header container and then moving the ul using justify-content and align-content, but this seemed the easiest way.
Which way would be the most efficient or popular way of doing this?