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

  • @vanimittal1304

    Submitted

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

    I'm most proud of the efficiency of my code and the clean design I achieved in the profile showcase project. Next time, I would focus on adding more interactive elements to enhance user engagement and make the design more dynamic. Additionally, I would improve accessibility features to ensure that the showcase is usable by a wider range of users, including those with disabilities.

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

    One challenge I encountered was ensuring consistent spacing and alignment across different screen sizes. To overcome this, I used CSS Grid and Flexbox to create a responsive layout that adjusts seamlessly to various screen dimensions. Additionally, I tested the layout on multiple devices and browsers to identify any issues and applied appropriate adjustments to address them. Overall, leveraging modern CSS techniques and thorough testing helped me overcome the challenge of achieving consistent layout across different devices.

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

    I'm here to help! If you have any specific questions or need assistance with any aspect of your project, feel free to ask. Whether it's about HTML, CSS, JavaScript, or any other web development topic, I'm here to provide guidance and support. Just let me know what you need help with!

    jesusdrv 30

    @jesusdrv

    Posted

    Why didn't you put the image?

    0
  • jesusdrv 30

    @jesusdrv

    Posted

    One observation is that all the <div> such as card and so on are inside body and you are using sass, you should put everything inside body something like this: body { .card { } }

    0