Time tracking dashboard challenge hub By RubberSouls
Design comparison
Solution retrospective
It seems to me that I respect the design, the js and the responsive. I even put a little animation.
I have a problem in mobile mode I have my responsive on my images that jumps and I can't find out why? If you have any idea thank you :D
I am a beginner, any help and advice and welcome.
Community feedback
- @buneeIsSloPosted almost 3 years ago
Hi! @rubbersouls, Great job on the challenge! and the really nice animations too.
-
You could remove your accessibility issue by adding a
<h1>
. Just replace<p>Jeremy Robson<p>
with<h1>Jeremy Robson<h1>
-
I think you're applying the overflow hidden to the image itself rather than the container. Try this instead...
.cadre { overflow: hidden; }
Hope this helps :)
Marked as helpful1 -
- @rubbersoulsPosted almost 3 years ago
*In mobile mode, it's the overflow: hidden that no longer cuts the image world but I can't solve the problem.
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