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

CSS Flexbox

P

@adriantech-beep

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'm proud that in a short matter of time i already learned new things like centering a div.

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

i made a hard time figuring about the border shadow.

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

i need help on applying the colors on css

Community feedback

Spencer 80

@Divinitry

Posted

Hey Adrian!

Nice solution, some tips to help you out.

To get the box-shadow working you need to specify the color for the shadow here is an example:

box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);

As well, border: border-box is not a valid CSS property, you're thinking of this:

box-sizing: border-box;

Keep up the good work!

Marked as helpful

0

P

@adriantech-beep

Posted

@Divinitry

Thanks for the advice. It's a great help.

0
Spencer 80

@Divinitry

Posted

@adriantech-beep

No worries!

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