Submitted over 2 years ago
Sunnyside agency landing page. HTML | CSS | JS. Mobile First.
@PaliTriesToDesign
Design comparison
SolutionDesign
Solution retrospective
I learned a lot building this project!
If you look closely to the triangle in the mobile menu you can see that it is not perfectly aligned to the right border. Any suggestions?
Also, what JS animations could I use for a web page like this one?
Thanks!
Community feedback
- @renrasPosted over 2 years ago
I was able to recreate what you were trying to do in this codepen: https://codepen.io/renras/pen/bGaZPJx,
Or you could just put them in a parent container and do
display: flex
instead of using the::after
approach.Marked as helpful1@PaliTriesToDesignPosted over 2 years ago@renras Wow, that's a great answer. I'll use it for my code.
Thanks for the help!
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