Assessment wanted for Responsive Web Design assessment-jtilly

Hello, I am requesting a review of my work.

Thank you!

Assessment Link:
developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/rwd_skills

My Code:
codepen.io/jasheloper/pen/yLzwVbR

Hello @jtilly

you doing great well done just another way to do the header that you :

 header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    
    align-items: center;
 
  }

and

 nav {
    justify-self: end;
  }
 

hope that help and have a nice day :slight_smile:

1 Like

Awesome, thank you so much for the feedback!

@jtilly you very welcome :slight_smile: