Hi there,
Try out the click events and validations set on the input field and let me know if you find anything missing.
Thank you!
Hi there,
Try out the click events and validations set on the input field and let me know if you find anything missing.
Thank you!
Hey @Manojraj07
Your solution looks good - it is very close to the design:)
One thing I noticed is that you did not center your solution vertically even though you used flex
and align-items: center;
. The default height is zero which means that if you add min-height: 100vh;
to your body
you will also have it centered vertically. Hope that helps.
Hey guys,
Feel free to provide me with feedback. Have a nice weekend!
@Manoj
Thanks for letting me know - overlooked that part:) Will do!
Happy coding!
Thank you once again Frontend mentor for this design. I would like to ask for feedback and help from the community on how to remove the thin gap between the border and the profile image I have there.
Best, Udochukwu Amaefule.
Hi,
Make sure to set a white background on your border. This will solve the problem.
Hey guys,
I wasn't too sure about the HTML used in terms of the semantic meaning. For example: I chose to leave the main
tag out as I used the section
and article
tags instead. Would love to get some feedback on that. Oh, and on the CSS as well of course.
Thanks!
Any feedback more than welcome :)
Hi @Ken,
Thank you for your feedback - I adjusted it all right away. I was not aware of the purpose of aria-hidden
but now it's all clear to me:)
This is my first project using html and Css.I really need feedback for my very first challenge.Please teach me and tell my mistakes to rise my front end developer skill.I decide to continue learning in front end development.My html and Css code are old because I learn html and css by myself using website and course.I continue learning in javascript, bootstrap and jQuery.So I really need feedbacks for my first time challenges.Thanks you all.
Hi, your end result looks okay so that's a win for sure:)
In terms of your way of writing code, I think it's a bit messy. I think it would be best for you to learn about BEM (Block-Element-Modifier) in order to structure your code better. This is especially handy when working on bigger projects. You will also learn about why it's better (in most cases, let's leave out JS usage for now) to use classes instead of id's.
https://sparkbox.com/foundry/bem_by_example
Good luck!