The syntax for a CSS rule is property: value; just like your width and background-color rules.
You should add two more CSS rules.
One has the property margin-left and the other has property margin-right. The value for each is auto.
No clue where you are getting all the ((((()()<><> from??
Look at the code you already have in the challenge in how you style things
You have the selectors then inside the brackets are the styles. Before even worrying about the styles I think you need to learn how to correctly format things. Again you can look at the example above. What is your selector? What are the styles you need to pass this challenge?
Where are you getting this from? Can you explain in words what your thought process on this step is? Look at the example I gave you. Thats how it will look except you just need to replace the selector and the styles the directions give you. There is no “and”, = sign, value, or > used in the code