Proper Capitalization of CSS Declaration Values

<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>

<Below this line, add a link to the EXACT exercise that you are stuck at.>
https://www.codecademy.com/en/courses/learn-html-css/lessons/css-structure-syntax/exercises/review-css-structure-syntax

<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>

My code is not behaving incorrectly- I just have a quick proper usage question.

I noticed that in the lesson around styling and creating CSS Rules, that all the values (word values) were capitalized. i.e Green or DarkSlateGray. Are these capitalized for propriety’s sake? I also noticed that not capitalizing them did not seem to make difference. Would you all recommend capitalizing all values in a CSS Rule?

```

h1 {
font-size: 55px;
color: Brown;
font-family: Bodoni;
}

  • {
    font-family: calibri;
    }

ul {
color: green;
}

a{
color: red;
}

<do not remove the three backticks above>

hey i need help can you help me please.

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