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 solutions

  • Submitted


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

    I'm proud to be able to apply CSS reset. As I am working on this activity, it feels like my knowledge with HTML and CSS are kicking in. I still need to work on my clean coding and using proper Semantic HTML.

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

    The challenge I had trouble with is the overuse of div element. I have to reduce my use of div element.

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

    I'm proud of the progress I've made with my code, but I know there’s always room for improvement. While I’m happy with the current outcome, I recognize there are likely more efficient or effective ways to enhance it. I'm committed to constantly learning and refining my skills to become better at what I do. So please let me know your opinions and advice. Thanks!

  • Submitted


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

    I would like to know if there is a better way of coding the output. Are there best practices that I could have applied or are there unnecessary elements, classes, or CSS that I added that will have the same result if those are removed? I will greatly appreciate your opinions and suggestions. Thanks

  • Submitted


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

    there is one challenge that I could think of, is making the whole QR code including its texts to be in center in width and height. I wasn't sure how I will be able to execute it but through researching and testing, I was able to make it happen. I just made sure that the body's height will be 100% of the screen and I made a div containing all of the QR code components and gave it a class called div-section, I made sure to give the height 100vh to cover the viewport height.