
Design comparison
Solution retrospective
Me orgulho de ter conseguido mais um desafio, mesmo que seja para iniciantes.
What challenges did you encounter, and how did you overcome them?Depois de muito estudo, consegui fazer a parte de Nutrição com apenas div e para estilizar usei Grid.
What specific areas of your project would you like help with?Ainda tenho pouca experiência em assuntos mais avançados de CSS. Mas, conforme vou avançando, creio que vou superando.
Community feedback
- @adeisbrightPosted 21 days ago
The width of the border line for your nutrition section is too wide because you are using the <hr> element.
You can create a border line using :
.nutrition-card-div:not(:last-child) { border-bottom: 1px solid var(--stone100); }
0@lesliebagalhoPosted 21 days ago@adeisbright se observar o design, tanto mobile quanto desktop, o <hr> pega a largura todo mesmo. Mas obrigado pois queria fazer com CSS e não tinha conseguido, até porque também não tinha pesquisado.
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