Design comparison
Solution retrospective
Any good practices that I'm not following? Any suggestions would be appreciated.
Community feedback
- Account deleted
Hello,
I don't see background patterns
0Account deletedHello, I tried to look at your code but I'm not an expert, I saw some missing details :
HTML: 'alt' name is missing about <img>
CSS:
<main> don't take all the view height, maybe you should use " height: 100vh; " <div class="top"> and <div class="bottom"> do not have the same width, .top is 80% and .bottom is 85%The font family must be "Spartan"
For the top and bottom cards, you should use flexbox : {align-self: ..} for all cards. (flex-start, center and flex-end) or {jusfity-self}
To use flexbox in this part, you need to assign a height at .bottom
The font color in the bottom cards is not white it's like pink and for the top cards it's purple
I know this challenge is a little bit difficult, I am doing it now and I see a lot of problems !
I think you did a great job overall, just a few details are missing. ;) Good luck !
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