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

Newsletter sign-up form with success message solution

J. Júnior 130

@jjuniorbrasil

Desktop design screenshot for the Newsletter sign-up form with success message coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


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

I think, next time, I would try to plan better how the desktop design unwraps besides the mobile range.

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

None.

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

Maybe some suggestions about the components placement on the screen.

Community feedback

@R3ygoski

Posted

Olá Júnior (posso chamar assim?), parabéns pela conclusão de mais um projeto aqui do Frontend Mentor, ficou bem feito.

Algumas dicas, primeiramente, quanto ao seu CSS, você utilizou medidas relativas no seu card, que foram de min-wdith e max-width, só que como elas são relativas acaba que elas crescem bem mais do que o normal, eu recomendaria utilizar uma medida absoluta, como um width: 920px para desktop por exemplo, que dessa forma ele teria um tamanho fixo e não ficaria crescendo sem parar.

Outra coisa que observei, é que você utilizou valores relativos também para os ícones, na parte de left: -14%, o melhor seria utilizar também uma medida absoluta, pois dessa forma ele não iria mudar de posição assim que o elemento ou tela crescesse.

Tanto que no seu @media (min-width: 768px), no seletor main, .sucess-message, eu removi esse trecho e ele ficou mais próximo do design proposto.

max-width: 50vw;
max-height: 70vh;

E é isso, parabéns pela conclusão do seu projeto, continue praticando e se aprimorando, caso tenha ficado alguma duvida quanto ao que falei, por favor, comente abaixo que tentarei ajudar da melhor forma possível.

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