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

Responsive Single price grid component

@rohitd99

Desktop design screenshot for the Single price grid component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Hi everyone, I am revising my concepts of HTML , CSS by doing some challenges

Please help me around as I've done this challenge but for some screens the main tag isn't centered vertically, also how should I combine the paragraphs inside the description div into a single paragraph while displaying it as shown in the design. Suggestions regarding the layout are also welcome.

Thank you.

Community feedback

@0xabdulkhaliq

Posted

Hello there 👋. Congratulations on successfully completing the challenge! 🎉

  • I have some recommendations regarding your doubts that I believe will be of great interest to you.

SUGGESTION 💡:

  • "Please help me around as I've done this challenge but for some screens the main tag isn't centered vertically", Sure i'm here to guide you.
  • The issue is due to the oversizing of the component, in fact we need to provide the max-width of 900px and height of entire viewport.
  • For better sizing of the component you can provide width: 39em and height: 30em (these values are obtained from my solution feel free check it out if feel stuck)
  • After providing the appropriate height and width you want to remove the margin: 50px 0 from the body. Because using margin for centering the component is a bad practice

.

I hope you find this helpful 😄 Above all, the solution you submitted is great !

Happy coding!

Marked as helpful

1

@rohitd99

Posted

Hey there

Many thanks for your guidance , I did the necessary changes and now it works perfectly fine.😄

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