Design comparison
SolutionDesign
Solution retrospective
Project using mobile-first, BEM and SASS. Any layout or code suggestions to make it better?
Community feedback
- @correlucasPosted about 2 years ago
👾Oi Guilherme, tudo bem? Parabéns pelo desafio!
Acabei de ver o preview da sua solução e tenho algumas dicas pra você:
O seu background com a image tá repetindo, o jeito de arrumar isso é removendo o repeat-x e colocar
background-size: contain
@media (min-width: 375px) .hero { background-image: url(../images/bg-header-desktop.png); background-repeat: no-repeat; background-size: contain; }
👋 Espero que essas dicas tenham sido úteis e continue codando!
0
Please log in to post a comment
Log in with GitHubJoin 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