Four card feature section challenge leve 1 grid
Design comparison
Solution retrospective
Any suggestions on how I can improve are welcome!
Cualquier recomendación de como puedo mejorar, se los agradecere
Community feedback
- @KocakAliPosted about 1 month ago
I did just finish same solution. I was looking for others solution and saw your solution. Your solutions looks good. I am also Newbie but I can give you some advices.
HTML
I think your html looks clean
CSS
Your css also looks good in general. But you should use relative units instead pixels. It may be broke your code and design and It will decrease readibility
0@eduardomumoPosted about 1 month ago@KocakAli Thanks.
how can you know the exact units from px to rem?. i put the px from the figma file
0@KocakAliPosted about 1 month ago@eduardomumo You can pixels divide by 16 because default font size is 16pixel of root element. Like if you have 10px font size, you can do 10/16 = 0.625rem.
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