Design comparison
Solution retrospective
This is my first time doing a challenge, and I absolutely love it! I have faced many width and height issue in flexbox...Need some solutions for it....and I'd be greatfull if you can give me some feedbacks to improve.
Community feedback
- @correlucasPosted about 2 years ago
👾Hello Nenkimwa, Congratulations on completing this challenge!
Here’s some tips to improve your component design:
Use
background-size: cover
to make the background taking the full size of hte screen:body { background-size: cover; background-color: hsl(257, 40%, 49%); background-image: url(images/bg-desktop.svg); }
✌️ I hope this helps you and happy coding!
Marked as helpful0 - @hyrongennikePosted about 2 years ago
Hi,
Good first attempt on the challenge
To get yours as close to the design as possible. you can add the following.
body { display: flex; flex-direction: column; min-height: 100vh; max-width: 1440px; margin: 0 auto; }
I'm also not seeing your social icons
Marked as helpful0@Fanuel369Posted about 2 years ago@hyrongennike thanks for your feedback. I will use your recommendations
0 - @Fanuel369Posted about 2 years ago
PLEASE ANY IDEA ON HOW TO FIX THIS ERRORS ?
- transform: too few values for the property transform e-height,-.5em))}50%{-webkit-t
- transform: too few values for the property transform ebound,-.125em))}64%{-webkit-t
- transform: too few values for the property transform -angle,-180deg))}}@-webkit-key 4.transform: too few values for the property transform ate-angle,none))}.fa-stack{dis
- Unknown pseudo-element or pseudo-class :host -width:0}:host,:root
- Unknown pseudo-element or pseudo-class :host :
\f3f6
}:host,:root 7.Unknown pseudo-element or pseudo-class :host ight:400}:host,:root
0@hyrongennikePosted about 2 years ago@Fanuel369 did you get this sorted out?
Marked as helpful0
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