responsiveness done with tailwind css, Flex-Box and Grid
Design comparison
Solution retrospective
I will need support with heights but since I am not using the paid version yet, I just keep guessing.
What challenges did you encounter, and how did you overcome them?Doing a grid table with tailwind css for the first time was quite challenging, I had to google and leverage chatgpt for solution.
What specific areas of your project would you like help with?none.
Community feedback
- @DarrickFauvelPosted 3 months ago
Hi @omarnate1, 👋
Nice work on your solution. I also use Tailwind in my projects, and I think I have a tip for you.
I find it helpful to add the
fem-
prefix to your color names in yourtailwind.config.js
file.colors: { "fem-moderate-violet": "#7541c8", "fem-very-dark-grayish-blue": "#48556a", "fem-very-dark-blackish-blue": "#19212e", "fem-light-gray": "#cfcfcf", "fem-light-grayish-blue": "#ecf2f8", },
This makes it easier when using Tailwind's IntelliSense to access the Frontend Mentor(fem) colors used in the design. So, for example, when you want to set a background color to
moderate-violet
. Typebg-fem
and IntelliSense will list all of your custom fem colors to choose from.I hope this is helpful. 😊
Marked as helpful0@omarnate1Posted 3 months ago@DarrickFauvel thanks for the idea, I will hence forth.
I will follow you on frontend mentor now if you don't mind I would like to add you on discord too so I can learn more tricks from you.
1@DarrickFauvelPosted 3 months ago@omarnate1, that's great. It seems to work pretty well for me so far.
I'll wave at you on discord.
0@omarnate1Posted 3 months agoalright, please give me your discord username so I can add you as a friend and bug you with my javascript questions I have in the future, lol @DarrickFauvel
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