Design comparison
SolutionDesign
Solution retrospective
I'm having a problem with the social icon and the background, and I'd appreciate it if someone could shed some light on it.
Community feedback
- @gwtpraveenPosted over 2 years ago
Hey good job completing this challenge!
to fix background use background-size.
body { background-size: cover; min-height: 100vh; }
or shorthand
body { background: url("./images/bg-desktop.svg") no-repeat center/cover; }
and, in accordance with the style guide, the background should be hsl(257, 40%, 49%).
for social icons use fontawesome
in terms of accessibility issues simply wrap all your content between main tags
keep up the good work...!
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