When we add something like color: green;, we're adding a declaration. Declarations are CSS, not HTML.
color: green;
Make sure to pick color followed by : and then green, ;.
color
:
green
;