Design comparison
SolutionDesign
Solution retrospective
I felt that the price should be beside the annual plan immediately, hence, the change in the layout. Would definitely love to hear thoughts on this change.
Community feedback
- @hafizanadliPosted about 3 years ago
you can make annual plan component like this:
<section class="plan"> <img src="./images/icon-music.svg"> <div> <p class="annual">Annual Plan</p> <p class="annual-price">$59.99/year</p> </div> <a href="/" style="padding-left:10px ;">Change</a> </section>
Marked as helpful0@AbhinaygunjalPosted about 3 years ago@hafizanadli thank you, i will definitely try this one.
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