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

First try making a Responsive Website using display flex

@DiegoGuaglianone

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?

What are you most proud of?

I'm most proud of completing my first responsive website. Despite facing challenges with media queries, I managed to overcome them and create a functional layout. It's a significant achievement for me as a beginner in web development.

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

What would you do differently next time?

Next time, I would allocate more time to understanding and implementing media queries effectively. I realized that they play a crucial role in creating responsive designs, and mastering them early on would save time and effort in the long run. Additionally, I would seek out more resources and guidance to improve my skills further.

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

Areas where I need support

As this is my first responsive website, I'm still learning and exploring different techniques. I would appreciate support and guidance from experienced developers on how to enhance my understanding of media queries and build more sophisticated layouts. Any advice or feedback on improving my coding practices and design skills would be highly valuable to me.

Community feedback

@R3ygoski

Posted

Olá Diego, parabéns pela conclusão do seu projeto ele ficou muito bom.

Começarei pela sua duvida quanto a media query. Geralmente eu gosto de trabalhar no mobile-first workflow, pois é mais intuitivo pois só precisa ser usado o min-width. Nele nós começamos fazendo a página nos baseando em designs mobile, geralmente 320px e 375px, e vamos aplicando as media queries para telas maiores, geralmente isso faz com que eu precise usar apenas uma media query, então recomendo muito que você dê uma olhada em como fazer projetos mobile-first.

Outra dica, que é em questão de organização, evite ao máximo usar style inline e style internal, pois isso deixa o arquivo do HTML muito verboso. Como seu projeto é simples e pequeno, isso não vai afetar muito, mas em projetos maiores você veria o quão problemático isso pode ser tornar, e sem contar que é uma boa prática você usar o CSS external, isso é, deixar um arquivo separado para o CSS.

Agora sobre algumas outras coisas. Quando você for utilizar tanto o font quanto o font-size, evite de passar valores em px, isso porque, px é um valor absoluto, o melhor é passar a medida rem, que é uma medida relativa. Ela é boa para ajudar na acessibilidade, pois ela se adapta as configurações de fonte do usuário.

Uma outra dica seria a de utilizar max-width e min-width para delimitar o tamanho máximo e o tamanho mínimo do seu card.

E novamente, parabéns pelo seu projeto, ele ficou muito bem feito, continue praticando e se aprimorando cada vez mais, caso algo que eu tenha dito não tenha ficado claro, por favor, comente aqui embaixo.

0
Adnan 110

@admztech

Posted

-Semantic HTML5 markup -CSS3 custom properties -Mobile-first workflow

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