+ 1
I can't advance to next code Repo in Web Development!
I am apparently missing something in Code Repo 23.2 in Web Development: Styling forms. I tried to advance to the nwxt code Repo when I thought I was done (I got a checkmark on it feom the system), but I got an error message instead when trying to do the next step. https://code.sololearn.com/W6qCD7kfmqoQ/?ref=app
2 ответов
0
????? help please
0
You have to target specific inputs:
input[type="number"] {
padding:2px;
width:50px;
}
input[type="button"] {
background-color:#2493df;
font-weight:bold;
border:none;
color:white;
font-size:16px;
}