𝒗𝒂𝒍
@vasalmaAll comments
- @Abdelrahman-Almansory@vasalma
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 helpful - @ebrunGitWhat specific areas of your project would you like help with?
I appreciate any feedback on any html/css focused tool or methodology that would help make this task easier to achieve
@vasalmaI think your solution is quite similar to the original project, the only thing missing is the box-shadow property that should have the white background box, but overall, it's pretty good in my opinion.
Marked as helpful