Design comparison
SolutionDesign
Community feedback
- @shakhboz-shukhratPosted over 1 year ago
Hello there👋! Congratulations on completing this challenge!
There are no syntax errors with the code provided. However, there is one issue with the
background-color
property in thebody
selector. The value for the transparency should be a decimal value between 0 and 1, not a percentage. Therefore,change rgb(0, 0, 255, .1)
torgba(0, 0, 255, .1)
.Anyway, your solution is great. Hope you will find this helpful. 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