Next, return to styles.css to add styles for each button type by using an attribute selector targeting each. For the submit button, add a blue background-color and white text color. textarea:focus, input:focus{ outline: none; } You may want to add some other way for users to know what element has keyboard focus though for usability. Oh,