Frontend Mentor - Four card feature section solution
Design comparison
Solution retrospective
The fact that I learn with every project gives me the confidence i need, to do it better and master it as well.
What challenges did you encounter, and how did you overcome them?using the height property and when it was in mobile view it was not displaying properly at first was a challenge but after a careful look at the code and removing the height property from the main, the right result came out as desired.
What specific areas of your project would you like help with?for now, i think i handled the project well but i am open to new ideas on how to do it better.
Community feedback
- @MikDra1Posted 2 months ago
Nice one 😀
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. You can also use ::after or ::before pseudo elements to create these.
Hope you found this comment helpful 💗
Good job and keep going 😁😊😉
Marked as helpful1
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