@AndresHenseSubmitted over 2 years ago
I'have no idea how to implement the triangle in the corner of the menu of the mobile version
I'have no idea how to implement the triangle in the corner of the menu of the mobile version
For the triangle you can use ::before pseudo-element on the container, using display absolute to positioning it on the top right corner. And for achieve the shape you can use clip-path CSS property clip-path: polygon(100% 0, 100% 100%, 0 100%).
For the hero image should I have used img tag instead of background-image?