Design comparison
Solution retrospective
css grids still cause difficulties
What specific areas of your project would you like help with?I will be grateful to those who point out mistakes
Community feedback
- @andretrindade13Posted 8 months ago
Hi Michael, This task was really cool to do and very challenging, because of the CSS grid. I'm much more familiar with flexbox, but grid is amazing. I will take the opportunity to apply it to other projects to learn more. One point I identified is just a detail. Regarding the weights for the <p> paragraphs that you may have missed, I don't know if it's my screen, but I had to use a lighter gray to be closer to the design. I always find it interesting to use a separate style file to organize the code. It's really cool that you use variables. How about you try using Sass as a css preprocessor next time, it's a skill companies always ask for
- Using a reset.css file is very interesting, to clear all styles, patterns of elements, it can help and simplify life a lot for a large project. Just copy this css from the website into a "reset.css" file and import it into the HTML page, before creating your style file. hugs and good studies
Marked as helpful0
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