Design comparison
SolutionDesign
Community feedback
- @Samcode001Posted almost 2 years ago
For making same width columns , use : "display grid. grid-auto-flow:column; grid-auto:column:1fr;"
wrap the columns section into a single component like "even-columns" and use the above property . hope this will help you.
for more information about the same responsive site that u created visit: https://github.com/Samcode001/Sunny-Side
Marked as helpful0
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