
Coming soon page using flexbox and vanilla js
Design comparison
Solution retrospective
In challenge designs button is bigger than hole field. How can I achieve that?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @GrzywN
Hey, great work 👋! In most of the projects you can achieve this, by changing
max-width
of<p>
tag or changingpadding-right
for text. Sometimes it's possible to use pseudoelements ortransform
property for exampletransform: scale(1.25);
. Have a nice day and keep coding :)Marked as helpful - Account deleted
Hello there! 👋
Congratulations on finishing your challenge! 🎉
I have some feedback on this solution:
- Change the padding to 1rem 2.75rem
if my solution has helped you do not forget to mark this as helpful!
Marked as helpful - @ViicDev
Nice Job 👌
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