Design comparison
Solution retrospective
Hello, I came across one problem that I solved in a not-so-polite way, to display the error message I used a position absolute p. I don't this it's the most optimal since it's not really like in the design. Anyways, i had a lot of fun learning about Regex
Community feedback
- @fatlindshehuPosted over 2 years ago
Hi there,
Nice job with JavaScript, it works fine, I would make some changes to the design though:
- The
font
on the button looks different & the size is toobig
- The input field
height
needs to be bigger, and thetext
inside the input needs someleft padding
- Social Icons are smaller & their outline is not that big.
- I would also recommend taking more care of which
HTML
element you use, they need to have a semantic purpose.
For the other parts I think you did great, so keep up the good work...
Marked as helpful1@FabzusPosted over 2 years agoHello @fatlindshehu,
Thank you, I was kind of putting all my eggs in the Js basket ;p.
I thank you for your review and great suggestions regarding the design. I'll fix everything this and remember this great comment in the future.
With great respect, Balog Alin
0 - The
- @mubizzyPosted over 2 years ago
Excellent job on this challenge! your report has a few issues though:
- wrap everything in your body in
<main>
or use semantics
2. it is a best practice to use both HTML 5 and ARIA landmarks to ensure all content is contained within a navigational region.
Hope it helps:)...don't forget to mark it as helpful 👍
You can get more details here...click here
Marked as helpful1@FabzusPosted over 2 years agoHi @mubizzy,
Duly noted, you have been very helpful. Thank you for your kind words and that amazing documentation.
With great respect, Balog Alin
0 - wrap everything in your body in
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