Design comparison
Solution retrospective
I'm most proud of understanding more about SCSS and how to separate parts of codes by using partials.
What challenges did you encounter, and how did you overcome them?A challenge that I faced while working on this project is arranging the cards in the desktop version that resembles the original design. I overcame this challenge by using Figma and taking a look at the layout grid of the desktop frame, and I seen that the cards were on a three column grid. So, I used display:grid
instead of display:flex
for the desktop-version.
With this project, I wanted to focus on structuring my folders and sub-folders. I would appreciate it if someone can take a look at my code and see if my folder structure is correct.
Community feedback
- @VSKarthikTPosted 25 days ago
This layout looks great! One difference I noticed is that mine centers the title and description more by using justify-content: center and align-items: center, while yours uses specific margins. The card layout here with grid and transform positioning achieves a cool effect but might be easier to adjust with flexbox for responsiveness. Overall, good design
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