Design comparison
SolutionDesign
Solution retrospective
I wasn't too sure how to do the purple square on desktop design, I ended up using a colour picker and create a square with the same background colour and try to line up as best as I could. Any feedback will be appreciated thank you.
Community feedback
- @tedikoPosted over 3 years ago
Hello, Chris! 👋
Well done on this challenge! About your problem - make your
interactive__text
position: absolute
and addbackground: white
to this element. Something like this:position: absolute; bottom: 0; right: 0; background: white; padding: 30px;
Of course you will need to position it correctly but you'll get my point :)
Good luck with that, have fun coding! 💪
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