Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Mohammed Jelidi• 170

    @MedJelidi

    Posted

    I'm by no means an experienced front-end developer but I can share with you some tips:

    • If you have a value that is repeated multiple times in your styles (colors in your case), put it in a variable and call it every time you need it. Besides, whenever you want to change that color, you only change that variable's value instead of going through all your code.
    • Avoid using uppercase when naming selectors.
    • For formatting your code, I recommend Prettier extension on VSCode if you're not using it already.

    Other than that, your code looks clean already.

    Marked as helpful

    0
  • Mohammed Jelidi• 170

    @MedJelidi

    Posted

    Great job! Nailed the responsiveness as well!

    0