
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
i was having trouble on making it responsive
What challenges did you encounter, and how did you overcome them?searched some of the ways to make it responsive
What specific areas of your project would you like help with?i'd say overall since i'm a beginner
Community feedback
- @MarziaJaliliPosted 2 months ago
Nicely done!!!!
Hope I could see the code.
But for this layout, you could use
grid
:- set the lines below in the
body
selector to centerize the card in any screen size, dude:
body { display: grid; place-items: center; min-height: 100vh; }
Two mean reasons:
- First, the size every child element takes is the same, isn't it?
- Your code will look much cleaner than
flexbox
, just the THREE lines above, man!
Hope this improves your next projects😎
Marked as helpful0 - set the lines below in the
- @bhuvi819381Posted 2 months ago
I'm unable to see your solution repo
And another thing is you don't need responsiveness in this project
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