Design comparison
Solution retrospective
Gave me your feedback if any further improvements needed in this!!!!
Community feedback
- @Djamel1133Posted 2 months ago
Hi, well done... I also completed the same challenge, and if you're open to suggestions, you can change the order of your columns using the order property. Here's how you can do it:
In your @media (max-width: 767px):
1-First, initialize all your grid elements (columns) with: grid-column: auto; grid-row: auto;
2-Then, you can set the order property for each element as desired. For example, for box 4, set order: 2, and for box 7, set it to your preferred order. This is just my opinion... Take care and happy coding!
Marked as helpful0@devpatel024Posted 2 months agook thanks for your feedback! @Djamel1133 I am updating my solution as soon as possible.....
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