
Design comparison
Solution retrospective
I am most proud of how much more used to the Tailwind CSS library I have become. During the first challenge, I had to look up everything but now, I don't need to look things up as much.
What challenges did you encounter, and how did you overcome them?My main challenges for this site were debugging small problems with the code like setting up the custom fonts. To solve this problem, I retraced my steps and looked at each line of the code. I even compared it to past attempts to set up custom fonts.
What specific areas of your project would you like help with?The main feedback I would like is the readability of the code and the overall closeness of my design to the expected outcome.
Community feedback
- @SpecroPosted 4 months ago
You can use the hover modifier from Tailwind to get the button to change color on hover e.g.
hover:bg-green
. You should make the button to be the whole gray area that way when a user clicks on it it works anywhere in the gray area e.g.<button class="my-1 mx-3 bg-light-gray rounded-md font-bold items-center w-10/12 mt-5 py-1.5 text-center">GitHub</button>
Great job on replicating the design👍
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