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 html5 and css

@hafsatun2020

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 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

Aurel 290

@Aur71

Posted

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 helpful

2

@hafsatun2020

Posted

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 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