I need to use the attribute selector to style my submit button. This is my code so far
input [type=“submit”] {
display: block;
width: 60%;
}
free code camp challenge no. 50
I need to use the attribute selector to style my submit button. This is my code so far
input [type=“submit”] {
display: block;
width: 60%;
}
free code camp challenge no. 50
Nevermind, I was off by a space…
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.