Simple Card using Tailwind Compiled by GULP JS

Solution retrospective
The major target of this task was to get the TailwindCSS running on GULP so I don't have to use Webpack for simple tasks as that felt like overkill (Although the GULP.js file seems overkill too 😅)
If you see a way for me to optimize things please let me know :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @grace-snow
I also recommend you change the html elements you've chosen for those stats.
If you think about a document outline, headings are used to create the structure. What would you understand about the contents if you saw the document outline as:
H1 - Get insights to help your business grow H2 - 12k+ H2 - 361 H2 - 12m+
As soon as you think about that, I hope you see that headings dont make sense for those numbers. It would be better to have
12k+ companies
in a list item or paragraphThat's all from me. Good job on the styling on this it looks great
- @MaryEhb
I don't know if you previewed the site on an mobile view or not but the text is really squashed in the middle it will be better if you decreased the padding on smaller screens 👍 Otherwise great work😄🤩
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