Assessment wanted for responsive web design and media queries skill test - 5.5.23

Hi, I’ve completed this skills test and requesting a review of my code. Thank you!

https://codepen.io/jt_1/pen/wvYrxdy

Well done @jt_1 :tada:

Everything looks fine. As an alternative for the header you could also use Flexbox:

header {
  display: flex;
  justify-content: space-between;
}

But nothing wrong with your approach. :slightly_smiling_face:

See you,
Michael

1 Like

Thank you for reviewing @mikoMK! :slight_smile:

1 Like