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

    Recipe Page

    • HTML
    • CSS

    1


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

    I'd like to think this is pretty clean for not using Figma. Ideally, I could push it to be a little more accurate, but then I'd have to generate another screenshot and I don't want to run out of those... I wasn't thinking mobile-first though since the other challenges haven't required much of that type of thinking, so I'll try to approach things from that mindset in the future.

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

    I already know HTML fairly well, so instead of focusing on writing semantic HTML, the challenge was more like, "learn how to style tables and write a media query"... I ended up taking a few lines from this person's CSS (https://www.youtube.com/watch?v=hbgGn96daIk), and asking for help on the Frontend Mentor Discord.

  • Submitted


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

    I was able to create my own color scheme and ended up picking my own font, which was fun and I think it looks good. It felt a little like customizing a social media profile.

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

    This was my first time setting :visited and :active states for links, which was a little confusing at first since the default :visited and :active states look the exact same. Like many things in HTML/CSS however, with patience and tinkering I eventually solved my issue.

  • Submitted

    Yellow

    • HTML
    • CSS

    1


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

    How were we supposed to do the dynamic text sizing? I didn't get that part.

  • Submitted


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

    I think working with the design in Figma was the most difficult part. I'm used to approaching web design from a scalable approach, but everything in this design is very set-in-stone and doesn't change regardless of screen size which feels very weird lol. I'm also not too familiar with Figma, and sometimes I'd get dimensions when I clicked on things (eg. the distance between the image and the end of the card), and other times I wouldn't.

    Being forced to upload my project publicly also made me super uncomfortable, especially something like this QR code which is super simple, has been done thousands of times by everyone else, and doesn't contribute to the community in any meaningful way.

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

    Is there a better way to do the sizing of the elements besides just using px for this, or is that the optimal method for a project like this where we have the exact dimensions and the size of the things on the webpage doesn't change?