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

Order summary component

@murilopita

Desktop design screenshot for the Order summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


All feedback is welcome! Thank you! :D

Todo feedback é bem-vindo! Obrigado :D

Community feedback

Lucas 👾 104,420

@correlucas

Posted

👾Fala Murilo, tudo bem? Parabéns pelo desafio!

Acabei de olhar sua solução e ela está responsiva, mas depois de um certo ponto na versão mobile a seccao do preço começa a quebrar, pra ajustar isso vc pode usar uma media query pra fazer cada item ficar em uma row diferente.

Aqui a media query que fiz pra consertar esse erro:

@media (max-width: 320px) {
section .plan-option {
    display: flex;
    flex-direction: column;
}
}

👋 Espero ter ajudado e continue no foco!

Marked as helpful

1

@murilopita

Posted

@correlucas Dei uma olhada no que você disse e realmente ficou bem melhor com essa sua solução com media query. Aproveitei tb e fiz outro ajustes tb! Obrigado pelo suporte ;D

1

@themegazord

Posted

Boa Murilo, parabéns pela sua entrega :-)

Marked as helpful

0

@murilopita

Posted

@themegazord Obrigadooo! ;D

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