Hello, am stuck on step 8 for the last few days. Googled so much but nothing helped. Could you guys look at whats causing the code to not fulfil step 8? Thanks
step 8-If I enter non-numbers in the number input, I will see an HTML5 validation error.
.text-box {
transform: scale(1.2); <-- This is making it bigger
position: relative;
left: 10px; <-- This is shifting it right
flex-basis: auto;
flex-grow: 20em;
}