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

SINGLE-PRICE-GRID-COMPONENT USING HTML AND CSS

Sumit Shettyā€¢ 80

@Sumit640

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


Any suggestions on improving the website would be helpful.

Community feedback

Hexerā€¢ 3,660

@Phalcin

Posted

Nicely done.

  • One tip i can give you is that a web developer should always take measurements into consideration.

  • You can open the design with paint 3d and them crop onto the areas where u are designing. It will show you the size in px on the side.

Marked as helpful

1

Sumit Shettyā€¢ 80

@Sumit640

Posted

@Phalcin Thanks for the suggestion.

0
P
Daveā€¢ 5,245

@dwhenson

Posted

Hey @Sumit640 lovely job here!!

Here's some quick feedback that might help you in the future:

  1. Centring content: when you have a single component like this and want to centre it on a page, I would suggest adding dispaly:grid to the body along with place-items:center. This combined with a min-height:100% also on the body should ensure the component remains in the centre of the page - this is handy for quite a few single component challenges like this.
  2. One thing that's worth considering is whether your "button" element is actually a button or a link . The most important thing is what the element will do not what it looks like. This page has a great summary and lots of useful links on this: https://css-tricks.com/buttons-vs-links/ In this case I would probably say it's a link?

Hope this helps and good luck with the next challenge!!

Cheers šŸ‘‹

Dave

Marked as helpful

1

Sumit Shettyā€¢ 80

@Sumit640

Posted

@dwhenson Thanks for the suggestion.

0

Account Deleted

Hello there! šŸ‘‹

Congratulations on finishing your challenge! šŸŽ‰

I have some feedback on this solution:

  • Always Use Semantic HTML instead of div like <main> <header> , etc for more info

if my solution has helped you do not forget to mark this as helpful!

Marked as helpful

1

Sumit Shettyā€¢ 80

@Sumit640

Posted

@Old1337 Thanks for the suggestion.

1

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