Design comparison
Solution retrospective
organização dos elementos e posicionamento, deixando o codigo de forma mais semantica e utilização do pseudo elemento :hover
What challenges did you encounter, and how did you overcome them?o maior desafio foi a disposição dos objetos na tela, tentei alinhar proporcionalmente cada elemento individualmente para depois posicionar o elemento pai
Community feedback
- @qahsishaqPosted 2 months ago
Nice job, but using other units of measurement like rem, em , etc instead of 'px' is much better. And I noticed you separated most of your css into different stylesheets.. that's not the coding convention I'm used to seeing. but why not keep them all in one file? I feel that'd be concise and simple. Imagine having a hundred css stylesheet in your code.....when you can just have one. I'm not saying you are wrong...have fun building!🎉🎉🎉🎉
Marked as helpful0 - @eltonSSilvPosted 2 months ago
thnak for your feedback, i fixed the code. i did it this way to make the future maintenance easier, but i'll try to see if i can also adapt to building with just one style sheet in the next, thanks
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