
Design comparison
Community feedback
- @vasalmaPosted 28 days ago
It's very nice!, but as you can see in your solution the second circle, which is at the bottom right of the screen, is not in the background as in the original. You could fix this by simply adding z-index:-1, for example, in your CSS document to create layers. When negative numbers are used the element should remain behind, on the contrary, when positive numbers are used then it should be on top: the higher the number, the higher the "priority", you might say.
Marked as helpful0@Abdelrahman-AlmansoryPosted 28 days ago@vasalma ohh I didn't even notice it until you commented. Thank you ;)
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