Submitted about 3 years ago
i have completed this challenge with help of html and css
@adityaauchiha
Design comparison
SolutionDesign
Solution retrospective
Any feedback is welcome :) Thank you.
Community feedback
- @YazdunPosted about 3 years ago
Hello Aditya š ! So here are some quick fixes that came to my mind :
- You only need to specify
font-family
on the body and other elements will inherit it, you won't need to specify it on each and every element. - Approach mobile-first it will definitely makes your life much easier !
- set
background-repeat
tono-repeat
andbackground-size
to cover, Your background doesn't look much good on wider screens. - Use
prettier
extension on your IDE to format your code much cleaner. - each page should have at least one
main
tag which wraps the whole page's content and thismain
tag, must have alevel one heading
which tells what this page is about, thish1
can be hidden. Fix this and your accessibility issues will be gone
ā Also I opened a pull request to your github repository which contains these quick fixes
I hope this was helpful
Marked as helpful0@adityaauchihaPosted about 3 years ago@Yazdun thanks a lot, for your suggestions. i, will definitely work on it. mobile responsive is going little difficult for me and adjusting background images. i, will work on it. :)
0 - You only need to specify
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