Submitted 3 months ago
Solução criada com Css-flexbox, grid e responsivo e menu JavaScript
@Yago14
Design comparison
SolutionDesign
Community feedback
- @Amit-R328Posted 3 months ago
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 helpful1
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