Your using the class ‘submit’ for the selector but I don’t see any element in the HTML with a class of ‘submit’. If the instructions talk about using an attribute selector for styling then I think it is a good bet that you should probably use an attribute selector to style the submit button What attribute on your submit button could you use?
Hey i had an issue with this one as well, took me quite a bit actually… You have the right idea when you try to create the code. Only issue is they want you to use the
input[name=“password”] but replace the “password” with “submit” button as it says and replace the name before the = sign to type. After that add the remainder of the code you wrote down from { down. Hope this helps