Submitted over 2 years ago
Semantic HTML | Responsive in Desktop and Mobile
@SurajHadage
Design comparison
SolutionDesign
Community feedback
- @RajSanjelPosted over 2 years ago
My suggestions:-
- You can center your component by
body{ min-width:100vw; min-height:100vh; display:grid; place-items:center; }
- Add background img by
main{ background-image: url('url-to-img'); background-repeat: no-repeat; }
- Your design is little bit bigger. You can improve it.
0@SurajHadagePosted over 2 years ago@RajSanjel I just forgot to remove 1st "/" from image directory in github pages. now I figure out and see my new report, And also I wanted to make this semantic HTML and Simple CSS. Thanks for your suggestion.
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