Submitted about 1 year ago
Single Price Grid Component
@syyedmuhammadabdullah
Design comparison
SolutionDesign
Community feedback
- @hitmorecodePosted about 1 year ago
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@syyedmuhammadabdullahPosted about 1 year agoThanks for the kind help actually not familiar with text optimization @hitmorecode
0 - For the Why us section you could have used a
Please log in to post a comment
Log in with GitHubJoin 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