Design comparison
Solution retrospective
After submitting the first solution, I studied about flex and grid. It really helped me a lot. It was difficult to control the span tag and p tag on the bottom right. I adjusted the position by using only margin and padding, is there any other way? Any feedback would be appreciated.
Community feedback
- @wagnnermoraisPosted about 1 year ago
you can create a div for your span and p tag in the pricing, then insert a display flex/align items center and it will align both of them.
justify content: space between should work, depending on your container width, if it doesnt, you can put some gap as well.
Marked as helpful0@RangCloudPosted about 1 year ago@wagnnermorais Thank you for the good information. Thanks to you, I think I can study related materials well.
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