input, textarea, select{
min-height: 2em;
}
input, textarea{
background-color: #0a0a23;
border: 1px solid #0a0a23;
color: #ffffff;
}
even though I did write this and got the result this shows
does anyone know about this
input, textarea, select{
min-height: 2em;
}
input, textarea{
background-color: #0a0a23;
border: 1px solid #0a0a23;
color: #ffffff;
}
even though I did write this and got the result this shows
does anyone know about this
Please post your actual code instead of pictures. Thanks
sorry i learned how to do that
Please post your actual code instead of a picture.
If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
Thank you.
can anyone say whats wrong with this
Link to the challenge:
It looks like you deleted a bunch of other properties for that input, textarea, select
selector. That is probably causing trouble. You should reset the code for the challenge and only move the one property and value.
done,yet its not working
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.