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

  • P
    Leoβ€’ 110

    @Leonardolvq

    Posted

    Good clarity! Well done!

    0
  • teixeirabrennoβ€’ 70

    @teixeirabrenno

    Submitted

    What are you most proud of, and what would you do differently next time?

    Managed to finish the project in less time than usual.

    What challenges did you encounter, and how did you overcome them?

    I couldn't find a way to make the pointer cursor black.

    What specific areas of your project would you like help with?

    I read about how to make the pointer cursor black and found out that there's no way to change the color of the cursor through CSS directly. Instead, I would need to get an URL to a black pointer cursor and then implement it on the CSS. I couldn't find a website to do this though, so any recommendations would be great.

    P
    Leoβ€’ 110

    @Leonardolvq

    Posted

    To customize your cursor, you need to get an image. You can find cursor images on various websites like Flaticon, The Noun Project, and many others. Numerous websites reference these sources.

    Ex: cursor: url('./images/custom-cursor.png'), auto;

    Marked as helpful

    1
  • P
    Leoβ€’ 110

    @Leonardolvq

    Posted

    Using relative units like 'em', 'rem', or '%' instead of 'px' is a great way to make your project more responsive. These units adjust based on the user's settings and screen size, ensuring your design scales appropriately across devices. Keep up the good work! πŸ‘ŒπŸ‘Œ

    Marked as helpful

    0
  • @sulaimonwasiu

    Submitted

    What are you most proud of, and what would you do differently next time?

    I need to learn more about FIGMA.

    What challenges did you encounter, and how did you overcome them?

    How to find my way around FIGMA file given.

    What specific areas of your project would you like help with?

    I am okay for now.

    P
    Leoβ€’ 110

    @Leonardolvq

    Posted

    Focus on using HTML5 semantic tags like <main> to properly structure your page content. This enhances the readability and accessibility of your HTML.

    For responsiveness, use relative units (em, %) in your CSS instead of fixed units (px). This ensures that your website adjusts well to different screen sizes and devices, providing a better user experience.

    Implementing these practices will make your code more semantically meaningful and responsive, improving both usability and accessibility of your website.

    0