Ping single column coming soon page using SASS

Solution retrospective
I'm probably the most proud of the fact that this is my first time using JavaScript without using a framework or template generator. I also paid special attention to semantic HTML and a mobile-first approach.
What challenges did you encounter, and how did you overcome them?I found some challenges in displaying the validation message without the elements below shifting down. I worked around it by using absolute positioning.
I also struggled with the click event of the button. I wanted to remove the border-shadow
when the button is pressed but couldn't find a working solution.
I think I could use some pointers and best practices when it comes to structuring the SCSS and SASS. I've used variables, but there's probably much more to it 🤔
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Simon's solution.
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