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

@syyedmuhammadabdullah

Desktop design screenshot for the Single price grid component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

hitmorecode 6,230

@hitmorecode

Posted

Nice well done. Just one tip

  • For the Why us section you could have used a <ul> <li> combination or use a <p> for each description. As it is now, the locations of the text is depending on the width of the text container.
##option one

<ul>
  <li>Tutorials by industry experts</li>
  <li> Peer & expert code review</li>
  <li>Coding exercises</li>
</ul>

##option two
<p>Tutorials by industry experts</p>
<p>Peer & expert code review</p>
<p>Coding exercises</p>
0

@syyedmuhammadabdullah

Posted

Thanks for the kind help actually not familiar with text optimization @hitmorecode

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