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

Mobile first using Sass - feedback me, please

Adam Oyama 140

@adamyuuki

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


couldn't make the animation when closing the off-canvas. if someone has any idea on how to achieve it, I'll be really thankfull.

Community feedback

Account Deleted

You have to add the transition on both instances. Let's you have a div that's a square and you want it to expand when you hover over it;

div {
width:200px;
height:200px;
background: red;
transition: 0.3s
&:hover{
width:300px;
height: 300px;
transition: 0.3s;
}}

That's how you supposed to do it, the transition must be on both of them.

& There is something that is giving you a horizontal scroll, am not sure what it is but you should check it out.

Keep coding👍.

0

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