Latest solutions
Latest comments
- P@EfthymiosK@odevlucass
Parabéns, talvez a única coisa que eu mudaria seria no fundo para trazer mais contraste para o conteúdo do site mas fora isso ficou perfeito!
- @Mubarak-AdeyemiWhat are you most proud of, and what would you do differently next time?
I am most proud of the clean and responsive layout achieved using Flexbox and semantic HTML5. The code is well-organized, and the use of CSS custom properties ensures consistency and easy future updates.
Next time, I would focus more on enhancing accessibility by incorporating ARIA attributes and improving performance through optimization techniques like lazy loading for images.
What challenges did you encounter, and how did you overcome them?I encountered challenges with the new media query syntax
@media (width >= 470px)
, as it wasn’t supported by browsers like Firefox. To resolve this, I reverted to the more widely supported syntax,@media (min-width: 470px)
, ensuring compatibility across all browsers. This experience reinforced the importance of testing for cross-browser compatibility.@odevlucassMuito bom, talvez única coisa que você poderia corrigir é as cores e o weight dos textos para ficar mais fiel ao design projetado.
- @yannancls
- @GoddyOgWhat are you most proud of, and what would you do differently next time?
Nothing much but i am glad that is was able to complete this challenge
What challenges did you encounter, and how did you overcome them?No major challenge faced while i was working on this
What specific areas of your project would you like help with?Can't really pin point the exact areas where i need to work on but i still have like a lot of work to do
@odevlucassParabéns seu projeto ficou perfeito!
- @amuni5323@odevlucass
Ficou muito bom, poderia apenas editar o qr code para ficar centralizado mas parabéns!