Design comparison
Solution retrospective
Any feedback is welcome. Thanks in advance!
Community feedback
- @Geoff-WalkerPosted about 3 years ago
Hi
Just completed this myself it took me much longer than I had hoped. on the whole it looks good for some reason the website previewer is squashing your card but when opened in the browsers its perfect no suggestion on that one.
If you wanted some advice?
-
The box image should shift to the left during the hover event making the text red.
-
The visible question block won't hide again if you click on it again
-
Your missing the lines below each question block try adding a span with 1px height.
-
there is excessive space on the end of your container when in mobile view. I think this is caused by the media query on card
min-height: 70vh;
if you took this out and added a margin to the bottom of the missingspan:last child
that would fix that.
Hope that helps.
Kind Regards
Geoff
1@KelprimPosted about 3 years ago@Geoff-Walker Thanks Geoff, that's really helpful. I will look into it!
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