Lesson 56 on HTML forms

Hi, I’m having a hard time figuring out how to code on css this particular exercise on step 56. It says to use an attribute selector of input[type=“submit”] and apply a display of block and width of 60%. I’ve tried applying type attribute but doesn’t work for me. Sorry my brain isn’t braining :exploding_head:step 56

Welcome to our community!

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for Help button 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.

Welcome to the community!

Here is an example of how the code should appear. Remember to use the information you have in your post.

input[name="password"] {
1st property: 1st value;
2nd property: 2nd value;
}

If this does not work for you, I suggest the following:

  • Reset step
  • Refresh page (F5)
  • Some browser extensions, such as ad-blockers and dark mode extensions can interfere with the tests.
  • If you are having problems, recommendation is to disable extensions that modify the content or layout of pages, while taking the course.
    • Try a different browser.

As @DobarBREND stated It is important to use the Help
image
which appears after 3 attempts at a step. This allows you to post both your code using < /> and your problem or question at the same time. It allows for a quicker more direct response.

Happy coding! :slight_smile:

1 Like

I tried that example before and it didn’t work, but now it accepted my solution by restarting the step! Thanks for the help!

1 Like

You are very welcome!

Happy coding! :slight_smile:

1 Like

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