Design comparison
Solution retrospective
To complete this challenge, I use flexbox and grid. I had a hard time getting the link "change" in the plan to center (vertically) in the grid.
Feedback welcome.
Community feedback
- @j-tomajinPosted about 2 years ago
HELLO
did you try
align-items: center;
?since you used flexbox,
justify-content: center;
center the content horizontally, andalign-items: center;
center the content vertically. And if you use this two the content will be centered;HAPPY CODING!
0@narahkarunaPosted almost 2 years ago@AsukalDePapa
This helped. With your suggestion, I looked deeper into flex to understand it better. I'll have to redo the challenge sometime later. My solution is not responsive at all.
Once again, thank you.
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