@YevheniiNKSubmitted over 1 year ago
My first acquaintance with the Frontend Mentor platform. I will be glad to any comments. Thank you !
My first acquaintance with the Frontend Mentor platform. I will be glad to any comments. Thank you !
Nice one! But please check the line height for the title and content.
Hi! This is my first submission of FEM challenge. The design is close enough to the original. However, I find it difficult to make the third input show the error state whenever the user puts the value of 0.
<div class="input-wrapper">
<input class="input-text" type="text" name="people" id="people" placeholder="1">
<img src="./images/icon-person.svg" alt="person-icon">
</div>
Any feedback would be appreciated. Thanks!
Hey, small CSS advice: add a border to inputs in a normal state and change its color on focus. Because now when you focus on input, they make the little jump.