Responsive Web Design(help!)

I’m like completely stuck
I need help
https://codepen.io/owolagbadavid/pen/WNrZzNX
I dont know where to go from here, Have a look and let me know what to do…
@chrisdavidmills help!

link to assessment page

@owolagbadavid hi there!

A couple of immediate thoughts to help you:

  1. To get the navigation items sitting where they are meant to be, use flexbox. Set header as a flex container, then put the div and nav spaced tp either end of the main axis. Do similar similar inside the nav ul.

  2. Flexbox could also be useful for putting the article and aside into two columns.

1 Like

hello @chrisdavidmills
i think i’ve done the right thing, please check it out.

https://codepen.io/owolagbadavid/pen/WNrZzNX

@owolagbadavid this is looking much better - well done!

The header links have become strangely tiny, but the layout is really cool.

1 Like