Hello guys!
So I’m at step 56 of the Quiz test and I get the following error:
You should set the text-align: right
property before the .info input
rule.
Any hints of what/where I might look and write the code?
Thanks in advance!
.info input {
width: 50%;
text-align: left;
}
.info label {
width: 10%;
min-width: 55px;
}
.info label, .info input {
display: inline-block;
text-align: right;
}```