Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Order Summary Component

@gabriel-suela

Desktop design screenshot for the Order summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


I tried my best to get the "change" on the right position but can't make it :(

Community feedback

@ayoam

Posted

you can make it work using flexbox :

<div id="plan-container"> <!--here you put the music logo and text inside a container-> <!--here you put the change button> </div>

#plan-container{ display:flex; flex-direction:row; justify-content:space-between; align-items:center; }

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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