Design comparison
SolutionDesign
Solution retrospective
How do I center the "Change" anchor tag? I used the margin-top it wont work maybe because of the padding? someone enlighten me ty.
Community feedback
- @Akku22janPosted about 3 years ago
Hi, apply "align-items:center" to div with the class 'SubscriptionPlan'. This makes the vertical elements centered when the display is flex. You can read more about flexbox on https://css-tricks.com/snippets/css/a-guide-to-flexbox/ You can understand the concepts from this game https://flexboxfroggy.com/
I hope this would be helpful in understanding how to align flex items and much-more. Happy coding!
Marked as helpful1 - @GabiruuPosted about 3 years ago
You are missing the wave on backgroun of body
Marked as helpful1
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