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

Mobile Responsive QR-Code

@rising-dancho

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 did you find difficult while building the project?

  • How can I use flexbox to space-between the h1 element and the p element? the don't seem to separate when I use display:flex

Community feedback

Raza Abbasā€¢ 790

@RazaAbbas62

Posted

You can use

    display: flex;
    flex-direction: column;
    gap: 20px;

It would create the desired effect

Marked as helpful

2

@rising-dancho

Posted

@FazeenIjaz wow nice, thank you for the response

1
Daniel šŸ›øā€¢ 44,190

@danielmrz-dev

Posted

Hello there! šŸ™‹šŸ½ā€ā™‚ļø

Your solution looks excellent!

I have a suggestion about your code that might interest you:

šŸ“Œ If you don't have the Figma design files, I recommend using a browser extension called Perfect Pixel.

It allows you to compare your finished project with the design images that come along when you download the project and check the (almost exact) dimensions. It's very useful!

I hope it helps you in future projects! šŸ˜Š

Other than that, great job!

Marked as helpful

1

@rising-dancho

Posted

@danielmrz-dev thank you! I never heard of that extension. i'll be using that always then, thanks!!

1

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