Design comparison
SolutionDesign
Solution retrospective
normally i faced difficulty while setting the footer
Community feedback
- @SurajHadagePosted over 2 years ago
https://imagelr.com/image-color-picker Check this link to pick colors from any image. Whenever making single components designs like this make them inside a <main> tag. So they will be accessible and semantic. Width & height attribute does not require any unit like px. px is default unit. Don't use <br> for <img> use display : block; Always use one <h1> tag for every webpage. Replace <b> tag. For border just use <hr> tag. Take a look at my solution.
0@karunakar900Posted over 2 years ago@SurajHadage thankyou very much,i will try to improve those things
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