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

Responsive landing using Flex

@victorspoot

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

Buchi 160

@B-uchi

Posted

Hello @victorspoot, your solution to this challenge is really nice. Here are few things i noticed in your code:

  • While styling your paragraph element, you didn't specify add .font-family and .font-weight
  • Also in your paragraph element, you utilized page breaks which I don't think was necessary since the text will automatically position itself based on your padding and alignment

Also try .box-shadow: 0px 3px 15px rgba(0,0,0,0.2) it should give you a better result.

Cheers and Happy coding

Marked as helpful

0

@victorspoot

Posted

@B-uchi

Thank you for your feedback, i made the changes you suggested and it was much better.

1
Lucas 👾 104,440

@correlucas

Posted

👾Fala Victor, parabéns pelo desafio!

Acabei de olhar seu código aqui e tenho uma dica pra você, se você quiser deixar esse código o mais limpo possível, você pode excluir todas divs exceto aquela que segura os elementos e criar uma estrutura limpa.

<body>
<main>
<img>
<h1></h1>
<p></p>
</main>
</body>

Pro css você não precisa de nenhuma class, da pra selecionar tudo só com os seletores img, p e h1

Espero ter ajudado!

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