What is missing ? Building a Registration Form - Step 56

stuck on step 56. checked topics about it but did not help.

input[type=“submit”] {
display: block;
width: 60%;
}
Is not it right thing to write ?

it keeps showing " You should use an attribute selector of input[type="submit"] to style the submit button."
that’s what I am using, I just don’t get what the problem is

It would be helpful if you could post your code inside backticks (type CTRL+e and post where indicated), and also a link to the challenge.
The easiest way to do both is to click on the help icon which appears after you’ve submitted incorrect code three times.


Anyhow, here’s a link to the step you’re stuck on:

The code you posted passes this step for me, though I had to change the smart quote marks (which probably only appeared when you pasted into your post). There may be an issue elsewhere in your code, so please post your whole code (inside backticks).

here it is

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.