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 Solution

GSD3v08โ€ข 190

@GSD3v08

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


Hello, any feedback would be greatly appreciated.

Thank you.

Community feedback

Vanza Setiaโ€ข 27,795

@vanzasetia

Posted

Hello there! ๐Ÿ‘‹

Congratulations on completing this challenge! ๐ŸŽ‰ Good job on using Normalize on the site! ๐Ÿ‘

However, there are some areas that can be improved.

  • Use min-height instead of height on the body element. This way, if the card element needs more than 100vh then the body element can grow (by adding a vertical scrollbar) which means that the users can scroll to see the rest of the content.
  • Create a custom :focus-visible styling to any interactive elements (button, links, input, textarea). This will make the users can navigate this website using keyboard (by using Tab key).

Hope you find this useful!

Marked as helpful

0

GSD3v08โ€ข 190

@GSD3v08

Posted

@vanzasetia , Thank you for your feedback , I made the changes you suggested. I'll try to do the same in next challenges.

0
Vanza Setiaโ€ข 27,795

@vanzasetia

Posted

@GSD3v08 You're welcome! I took a look at the site and I would recommend making the :focus-visible styling using outline only. The purpose is to make the styling stand out from the :hover or :active states. So, the only time where the element has an outline is when it gets focused.

0
GSD3v08โ€ข 190

@GSD3v08

Posted

@vanzasetia Thank you I understand now, I fixed it .

0
Vanza Setiaโ€ข 27,795

@vanzasetia

Posted

@GSD3v08 Yup! Now, it is stand out with a white outline! Great job with the update! ๐Ÿ‘

1
Buddyyyโ€ข 40

@semi26

Posted

Really good work looks very identical, I like that you included a README.md with your solution. handles well with responsiveness. Overall great work. Happy Coding ๐Ÿ‘

1

GSD3v08โ€ข 190

@GSD3v08

Posted

@semi26 Thank you for your feedback.

0
Kamasah-Dicksonโ€ข 5,590

@Kamasah-Dickson

Posted

Great solution, your texts are readable on smaller screens and responsive. Good job there๐Ÿ‘ Happy coding๐Ÿ‘

1

GSD3v08โ€ข 190

@GSD3v08

Posted

@Kamasah-Dickson, Thank you for your feedback.

0
Kamasah-Dicksonโ€ข 5,590

@Kamasah-Dickson

Posted

@GSD3v08 you are always welcome๐Ÿ‘

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