Design comparison
Solution retrospective
Hello, Frontend Mentor Coding community. I have almost completed this challenge but I have a little doubt about helping from coding community. How to exactly place quotation suv like this challenge guideline?
*All Feedback is welcome.
Community feedback
- @leonsantPosted 11 months ago
Hi, Achinta.
I also did this challenge recently.
Since you've used the image as an HTML element, you should be fine playing with the position and z-index properties. You can take a look here, in the documentation: z-index
I chose a different route, which was to use the CSS background-image property, which works fine as well, I guess. You can check it here: background-image
Leonardo.
Marked as helpful0@FSwebdeveloperPosted 11 months ago@leonsant Thank you for your advice on improving to build future projects. I will have to play with the z-index for the update to the next solution to this project.
1
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