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

Solução criada com Css-flexbox, grid e responsivo e menu JavaScript

@Yago14

Desktop design screenshot for the Loopstudios landing page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Community feedback

P
Amit-R328 150

@Amit-R328

Posted

Very good! The only thing missing is the hover state CSS for the navbar links. You can add this with a simple animation in CSS:

&::after {
    content: "";
    position: relative;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: $White;
    transform: scale(0);
    transition: transform 0.3s ease-in-out;
    transform-origin: right;
    top: -12px;
}

Marked as helpful

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