Design comparison
Solution retrospective
I'm proud of the responsiveness all around.
What challenges did you encounter, and how did you overcome them?I usually put the footer outside the main section but I couldn't get the footer to extend the full width so I had to put the footer inside the main section.
What specific areas of your project would you like help with?For the life of me I couldn't get the text in the footer button to be on one line and I couldn't get it to change colors and turn the cursor to pointer on hover. The hero buttons work fine on hover and even though the footer button is the same, for whatever reason it won't work.
Community feedback
- @DarkstarXDDPosted 5 months ago
- The button hover isn't working because of the
z-index: -1
on yourfooter
. Instead of giving thefooter
a negative z-index give thewrecking-ball-icon
az-index
of 0 or higher.
Marked as helpful1 - The button hover isn't working because of the
- @lkosterPosted 4 months ago
I struggled with the footer on this one as well. The buttons on the project have a fixed width, so you don't have to worry about responsiveness. If you set a min-width of 193px to the .btn-footer class, that will take care of the button for you.
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