tailwindcss, mobile-first, darkmode

Solution retrospective
any recommendation? also checkout dark mode, light mode as well
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MelvinAguilar
Hello there 👋. Good job on completing the challenge !
The solution is very creative and beautiful, I only have a small piece of advice regarding the two columns.
To create the two columns in Tailwind and Flexbox, you can use
w-6/12
on the picture and figcaption tags. Currently, you haveh-6/12 w-full
buth-6/12
does not exist, andw-full
causes one column to be smaller than the other.A simpler way is to use grid layout to create two equal-width columns, use
grid grid-cols-2
in the figure tag.Happy coding!
Marked as helpful
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