Design comparison
SolutionDesign
Solution retrospective
I had an issue with the background for the mobile version, i'd aprecciate if someone can help me.
Community feedback
- @Saran-73Posted almost 3 years ago
Hi Renan, I just want to mention a few things:
-
Change the container
<div>
to<main>
tag to resolve the accessibility issue. -
You don't have to set the
background-size:100% or cover
and usebackground-repeat: repeat-x;
in both of your background patterns. -
Then change your body
background-color: hsl (225, 100%, 94%);
to this value.
Best of luck, hope this helps.
Marked as helpful0@RenanGuapyassuPosted almost 3 years ago@Saran-73 Thanks a lot, it was very helpful. I'm a complete beginner, so much to learn...
1 -
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