Design comparison
Solution retrospective
Hi! Any feedback would be appreciated. Thanks!
Community feedback
- @itsfedorukPosted almost 4 years ago
Hi Candelaria, you've done a great job with the challenge outcome ☺️
I like that the background circles are not "jumpy" and have the right positioning in all views – this seems one of the most challenging aspects of the task.
While going through your code, I noticed one thing: the hr element has an invalid property value -->
border-color: hsl(0, 0%, 59%) 1px
. Sinceborder-color
property accepts only colour values, the line doesn't really change its colour, as a result. You can either remove 1px, or change the property name toborder
and list values for colour, size, and style.Hope it helps! Enjoy your day and happy coding 🙌
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