Design comparison
Solution retrospective
Hi again! So, in this project, I was getting my media queries skills better. What do you think about it? It's ok? That's how is it should've looked? But, again, what I've seen now is that when I am zooming the page I can't scroll up.
Community feedback
- @Akhlak-Hossain-JimPosted over 2 years ago
First of all, great work.
Use some border-radius.
The place you used
main
class make thatmain
tag. That should solve the accessibility issue.In media query use 549 instead of what you are using, that should cover all the mobile devices.
And don't use
absolute
positioning to center a element.Use align-items as center and justify-content as center to the parent element.
You can see this article.
Marked as helpful0@St4niuuPosted over 2 years ago@Akhlak-Hossain-Jim thanks for the feedback, but look, I've got a concern because of this. Try to max zoom the website if you make it done you will see the top part of the website is hidden and you can't scroll up. How do I repair it? Overflow: scroll, min-width: 100% don't work, what can I do else?
0@Akhlak-Hossain-JimPosted over 2 years ago@St4niuu I actually didn't get your issue.
0@St4niuuPosted over 2 years ago@Akhlak-Hossain-Jim well, look. https://imgur.com/a/CRlADWE as you see on MY screen (maybe you got everything good). I can't scroll up like there is no website upwards. On the screenshot, it's shown that there should be a picture and the string is cut as well.
0@Akhlak-Hossain-JimPosted over 2 years ago@St4niuu don't use fixed height in sections. It should resolve the issue.
0@St4niuuPosted over 2 years ago@Akhlak-Hossain-Jim so what things on the site should be set fixed. People set height as rem and nothing serious happens. There has to be some other mistake, I guess.
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