There appears to be several questions for topics that have yet to be covered by the curriculum up to this point.
Not a huge issue, I took some educated guesses and got 100% the first time, and by searching the forum it does not look like anyone has complained about it…so…yeah…anyway, here they are.
-
Why is it important to use
box-sizing: border-box;
when styling text inputs? -
How can you prevent text inputs from being cut off when resized?
-
What is the purpose of using Flexbox or Grid for form layout?
-
What issue can arise when using
overflow: hidden;
on form elements? -
What common problem arises when submitting form data that includes
color
input?
On that last one, it looks like maybe that could have/should have been covered…and maybe I missed it, but I am pretty sure the others have not been covered, and they appear to be coming up in the next few lessons.
Again thanks for the curriculum, I am having a blast going thru it and learning.