Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
I had a little trouble centering some objects on specific lines, but I discovered "-ms-grid-row-align:" while testing other options and managed to solve my problem
Community feedback
- @MikDra1Posted 3 months ago
Nice one @davimartins017 😀
If you are curious how you can do this straight lines on the top of each card here is my tip:
Create another element in each of the cards. Then position this element absolute. Card should be positioned relative. At the end you need to give this element a height of 3px width of 100% and top 0 and left 0
If this comment was useful please mark it as helpful 💗
Good job and keep going 😁😊😉
1
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