Responsive Coming Soon page using mobile-first, Flexbox and SCSS

Please log in to post a comment
Log in with GitHubCommunity feedback
- @guztrillo
Hey Caio, nice job. Just a couple of thing you need to know in case you haven't corrected it yet:
-
Take care the aspect ratio of the image. One classic simple way is to use
width: 100%; height: auto
. This will prevent the image deforms. In case doesn't work well, you could try to addobject-fit: cover
. -
When you click the 'send button', the message and border color from the input remains doesn't hide. You could fix this adding a
setTimeOut
to the function that is in charge for this behavior.
I hope this help you.
-
- @caio-alcantara
I will correct these differences from the original design asap
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