This does not pass:
.info input {
width: 50%;
text-align: right;
display: inline-block;
}
.info label {
width: 10%;
min-width: 55px;
display: inline-block;
}
This does not pass:
.info input {
width: 50%;
text-align: right;
display: inline-block;
}
.info label {
width: 10%;
min-width: 55px;
display: inline-block;
}
Hello, link to the challenge step would be useful for those who wants to help you.