Open tommygebru opened 5 years ago
I noticed that you chose to use a padding to space out the elements in your Header
consider using flexbox here as well 👀 For a quick refresher on flexbox styles check out this reference
For example:
header{justify-content: space-between;}
Great effort on your second submittable project Ahmand, I can see that your project has a few errors so I went ahead and left you some feedback 🙌. Great use of flexbox and z-index your work closely resembles the required outcome for this assignment!