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

  • Egnodia 30

    @Egnodia

    Posted

    Amazing job on the design of this challenge !!!

    There is one issue you should fix and that is the accessibility part of this challenge :

    • Make sure to add the main tag to your projects.
    • Use the meta description tag in all your projects as well.
    0
  • Egnodia 30

    @Egnodia

    Posted

    Amazing job with this! You’re making fantastic progress. Here are some small tweaks that might take your solution to the next level…

    This does not matter that much at this stage but something to be mindful of for SEO(Search Engine Optimisation), <meta> description tag missing that helps search engine determine what the page is about, Something like this <meta name="description" content="description goes here" />

    Using rem or em units in @media queries is better than px because they are relative units that adapt to user settings, like their preferred font size. This makes your design more responsive and accessible, ensuring it looks good on different devices and respects user preferences.

    Using a full modern CSS reset is beneficial because it removes default browser styling, creating a consistent starting point for your design across all browsers. It helps avoid unexpected layout issues and makes your styles more predictable, ensuring a uniform appearance on different devices and platforms, check out this site for a Full modern reset

    You’re doing fantastic! I hope these tips help you as you continue your coding journey. Stay curious and keep experimenting—every challenge is an opportunity to learn. Have fun, and keep coding with confidence!

    0
  • Egnodia 30

    @Egnodia

    Posted

    Dont forget about the background color of the website :)

    0