Hi, I’ve completed this skills test and requesting a review of my code. Thank you!
Well done @jt_1
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.
See you,
Michael
1 Like