Hi everyone! I just found Free Code Camp this week, and I am so happy to have this resource. I am brand new to coding; just started teaching myself from web resources, so I’m not sure if I’ve used all of the elements in quite the best way, but I am happy with the appearance. Would love your feedback. Thanks!
Hi @MKnepp ,
CSSlinter:
- A typo (the “d”)
body{
...
color: d#696969;
...
}
- Not valid value (bold)
h2{
...
font-style: bold;
}
MDN documentation:
font-style - CSS: Cascading Style Sheets | MDN
Values
normal
Selects a font that is classified as normal within a font-family.
italic
Selects a font that is labeled italic, or, if no italic version of the face is available, one labeled oblique is selected instead.
oblique
Selects a font that is labeled oblique, or, if no oblique version of the face is available, one labeled italic is selected instead.
Cheers and happy coding
I will appreciate a comment or two from you awesome folks…Thank you!!!