Single Price Grid Component Using Tailwind CSS
Design comparison
Solution retrospective
I build this project using Tailwind CSS I will be very happy to hear your feedbacks and your opinions about my work π
Community feedback
- @grace-snowPosted over 3 years ago
Hi,
This looks OK to me, just be careful with your html element choices. Text shouldn't ever only sit in span/div, and a list of items should always be in a list, not paragraph.
Does tailwind not offer CSS grid classes? Because this challenge is perfect to practice grid, it's ideal for it.
1@Abdul-coder-makerPosted over 3 years agoHello @grace-snow Thank for your feedback, I appreciate that. Actually I apply text in p tag and the only thing that I use the span element is β$29β because itβs not a paragraph and to make it sense.
Also I think there is no list of items of the project. And tailwind CSS support CSS grid and I prepare for that but I have found that FlexBox is easier to use.
0@grace-snowPosted over 3 years ago@Abdul-coder-maker price is still a paragraph, it can't be only in a span or div.
And the section under why us is a list
0
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