Design comparison
Solution retrospective
I am proud to have understood how to generate a well-defined and organized layout. Next time I will take more time to organize my layout well before everything else.
What challenges did you encounter, and how did you overcome them?First I used float to place the cards but they did not look the way I wanted, then I reviewed the information and saw that I could apply both flex and grid
What specific areas of your project would you like help with?I have done everything. But I would like to know an alternative to making the colored top lines of the cards.
Community feedback
- @yoe7501Posted 6 months ago
Hey, good job on the project I really liked the added animation to the page makes it unique. The only thing I can point out is the fact that the mobile view is missing ? I also think you'd have a good time learning scss Its really really similar to css but allows nesting so something like:
.card1, .card2, .card3, .card4 { .line { height: 4px; } }
is possible and makes in my opinion the css code look a little cleaner and easier to handle. :)
Marked as helpful0@misaeljoelpPosted 6 months ago@yoe7501 Thank you very much for your comments , I've fix the mobile view, I forgot finish the media queries. Soon I will start to learn scss. Thanks again.
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