Latest solutions
- Submitted about 1 month ago
QR website
- HTML
- CSS
Definitely, layout and design; but I'm open to receiving any recommendations necessary to improve in any aspect.
Latest comments
- @Abdelrahman-AlmansorySubmitted about 1 month ago@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 - @ebrunGitSubmitted about 1 month agoWhat 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
@vasalmaPosted about 1 month agoI 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 helpful0