Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Learned more about grid making and absolute positioning, it was a quick hop-on, and took me around an hour or less, so proud, that I can tackle such scale projects with ease almost without the help of friendly AI, so I feel proud, can`t wait to tackle JS projects!
What specific areas of your project would you like help with?absolute positioning quotes , couldn`t think of a way how to position it behind the text since z-index:-1 didn't worked
Community feedback
- @SvitlanaSuslenkovaPosted 2 months ago
You can place quotes as background-images in css.
{ background-color: hsl(263, 55%, 52%);
background-image: url(path to the img); background-repeat: no-repeat; background-position: 85% 0;
}
Hope you found this comment helpful :)
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