Design comparison
Community feedback
- @LarryTheFatCatPosted about 2 years ago
Hey! Nice work on this challenge,
Couple of things here:
1.- Try to fix the 2 issues that FrontEndMentor report has shown, that's always a good first step
2.- For ur input, the point where the text is being added should be incremented more to the left, this can be achievable if you use the
text-indent
attribute in CSS, you can use this to set a certain amount using what unit of measurement you care to use3.- Try having it so when the text gets to a point where it collapses on itself when the browser is resized centered so it can look a lot better! (this is noticable when the max-width is below 365, use media query or modify if you have time)
Great job with this challenge, and happy coding!
Marked as helpful0 - @nbailey939Posted about 2 years ago
Thanks for your feedback, I am at a loss why I deleted the text-indent in the first place, thanks for pointing that out. I reworked the very small screen layout as originally I stopped testing below 375px, now it should look great from very small to very large screens. And I really appreciate the feedback it really helps.
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