Design comparison
Solution retrospective
I didn't struggle nearly as much as I thought I would when I had to transition from the mobile layout (which uses block-level elements) to the desktop layout (which uses a grid layout), and so in that regard, I am pretty proud of myself.
I struggled a bit with keeping my CSS code clean and minimal and trying not to write any unnecessary duplicate selectors in my media query that controls the desktop layout.
What challenges did you encounter, and how did you overcome them?I struggled a bit when I initially started working on the desktop layout because elements were all over the screen haha, but once I gave the wrap
class display: grid
everything seemed a little more formatted and easier to work with.
Is there any way I could make my CSS code a little smaller while keeping it easy to read? I feel as though 90 lines for a project of this size is quite a bit.
Community feedback
- @MtrxxoPosted 6 months ago
Hello π To make your css code DRY(Don't Repeat Yourself) you can look for things that have the same style and combine them together, separating them with a comma.
The card design looks great
Happy Coding πβ¨
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