Hi!
I would appreciate if I could have an assessment for my work on responsive design and media queries test.
I have one question.
I initially tried to style the header (align the <div>
to the left and the <nav>
to the right) with flexbox as below… But it didn’t work.
Is it not possible to use flexbox to align one of the flex items to the right and the rest of them to the left?
header {
display: flex;
}
nav {
justify-self: flex-end;
}
I ended up using grid to do this and the result seems similar enough to the example, but I would appreciate if you could kindly check if I did it correctly.
Thank you in advance!
My work
Test page