@IsenrafSubmitted over 3 years ago
I did everything except from the background images. I don't know how to tackle it. Can you help me with feedbacks.
I did everything except from the background images. I don't know how to tackle it. Can you help me with feedbacks.
Good job on that mobile phone! I've just finished the same project myself, for background images I used fixed positioning, and moved the boxes slightly off-canvas with transform: translateX() and translateY(). Finally, I pushed these boxes backwards with negative z-index. Check my solution for the code. Cheers!