Design comparison
SolutionDesign
Community feedback
- @correlucasPosted over 2 years ago
๐พHello Gvantsa, congratulations for your solution!
Your solution is just perfect, you've done pretty much everything!
The only thing you can change is rating section that has all elements too near, to fix that you can use
row-gap
inside this div.top-two
. Note that this is an error that happens only in the desktop version.See the code below:
.top-two { row-gap: 20px; width: 650px; display: flex; flex-direction: column; justify-content: space-around; }
Hope it helps and happy coding!
0@iragvantsaPosted over 2 years ago@correlucas Changed it! I was trying to fix it but then gave up :) Thanks a lot
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