CodingXCat

Results 1 issues of CodingXCat

I'm trying to add color to headers like this ``` css /* Header*/ h1, h2, h3, h4 { color: #9bc4fe; font-weight: bold; } ``` but the color of H2 could...