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

Submitted

I used HTML, CSS for styling, Flexbox, media queries.

@MaRiiaVoit

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


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

I am proud that I managed to make a project similar to the layout.

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

I was having difficulty with media queries. After reading the documentation on how to work with them, I solved the problem.

Community feedback

@samuelharpaz

Posted

Hi, very nice job on this challenge.

One little point to consider, naming html classes "bold-text" or "small-text" sort of encodes the styling into the HTML - in the future, you might want to keep the same text, but alter the styling, so that the first line of text is no longer bold, and at that point it wouldn't make much sense if the class is called "bold-text" but the CSS styles make it not bold. So it might be more future-proof to name classes based on the function of the text rather than the styling (i.e. main-heading, or something).

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord