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?
Community feedback
- @GrzywNPosted almost 3 years ago
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 helpful1@moheb2000Posted almost 3 years ago@GrzywN Awesome! I didn't know that. Really thanks!
0 - @NaveenGumastePosted almost 3 years ago
hay! Ebrahimi Nice work
Marked as helpful1 - 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 helpful1@moheb2000Posted almost 3 years ago@Old1337 Really thanks! But padding of what element?
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