Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Sass

Chris 740

@chrisbailey85

Desktop design screenshot for the Loopstudios landing page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

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

P
tediko 6,580

@tediko

Posted

Hello, Chris! 👋

Well done on this challenge! About your problem - make your interactive__text position: absolute and add background: 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 GitHub
Discord logo

Join 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