Design comparison
Solution retrospective
-Mobile view: I couldn't find a way to add the little ear to the menu corner. I also didn't find out how to load the four picture in the gallery as a two-two picture layout.
-Desktop view: In the services section, the content keeps breaking in different layout.
-Desktop&mobile view: I couldn't find a way to color the little svg icons directly, instead I just made a white variation of them, and changed the code to load those instead of the original ones.
Any feedback / advice on these topics is welcomed!
Community feedback
- @almasiwe11Posted about 1 year ago
Hi, regarding a mobile menu corner, you can add the follownid to your menu container .polygon { clip-path: polygon(0 30px, 93% 30px, 100% 0, 100% 100%, 0 100%); }
clit-path together with polygon function allow you to cut the sections of your element that you want to see.
0
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