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

Sunnyside agency landing page; Grid + Flex

#accessibility#bem
Aadvik• 1,250

@Aadv1k

Desktop design screenshot for the Sunnyside agency landing page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


How do I get the little arrow on the navbar menu menu on mobile? I tried the border hack to create a triangle

.arrow {
  width: 0;
  height: 0;
  border: 15px solid red;
  border: 15px solid transparent;
  border: 15px solid transparent;
}

But this caused more issues than actual solution. so I would love to get some input on that.

Community feedback

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