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

Franklynx chillβ€’ 330

@franklynxchill

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, Frontend Mentor community πŸ‘‹, I’m Franklynxchill and this is my solution for the Single price grid component . πŸš€ Any suggestions on how I can improve and reduce unnecessary code are welcome! Thank you. 😊✌️

Community feedback

@MelvinAguilar

Posted

Hello there πŸ‘‹. Good job on completing the challenge !

Here are some suggestions to further improve your solution:

  • Use <ul> and <li> for the content under "Why Us": Since the content is a list of items, it's more semantically correct to use an unordered list (<ul>) and list items (<li>) instead of just using paragraph (<p>).
  • Consider using min-height: 100vh rather than combining height height: 130vh and height: 100vh. This approach is more straightforward and ensures that there are no unexpected issues on smaller screens. It simplifies your code while achieving the same result.

I hope you find it useful! πŸ˜„

Happy coding!

1

Franklynx chillβ€’ 330

@franklynxchill

Posted

@MelvinAguilar Thank you for your feedback. I really appreciate

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