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 finished the project relatively quickly. Next time I would use Git to update my files rather than updating them manually through GitHub.

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

    When I set the background color for the div containing the "Label" text, the div took up the whole width of the parent element. I looked on the internet for a solution and found out about the fit-content property. I used it in my code and it worked.

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

    • I want the padding on the right side to include the shadow by the box-shadow property when determining the padding.

    • I want to make the blog preview card similar in size to how it appears in the design.

  • Submitted


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

    I'm proud of how I persisted in coding the solution. I would go to the Frontend Mentor Discord server earlier.

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

    I had a hard time vertically centering the div that contained the QR code. I looked on the Discord server and realized I could center the div with CSS grid and place-items: center so that's what I did.

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

    I would want to have my HTML and CSS match best practices.