Design comparison
SolutionDesign
Solution retrospective
I couldn't figure out how to increase the space between price and Annual plan.
I would appreciate if someone could help me out with that. thank you
Community feedback
- @Aur71Posted about 2 years ago
Put bouth of them inside a container.
.container { display: flex; gap: 10px; }
Or you can just use margin-top on the price and margin-bottom on the text.
Marked as helpful2 - @hafsatun2020Posted about 2 years ago
thank you for your help. what do you mean by landmarks? i did input <html lang="en">
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