To align the input boxes with each other, set the display property to inline-block for all input and label elements within .info elements.
Also, align the text to the right.
I’m having trouble understanding the “align the text to the right” where ever I place the code the response is " You should give the input and label elements a text-align of right."
Thank you so much.
Initially I was still getting an error after your response but I realized that the order of the code was wrong as well - all good now thanks.