after triple checking pathways i'm still unable to change css code on the second page of my website
I know there has been similar questions regarding this problem but not quite addressing mine specifically. I am currently attempting to change the css code on my "about page" but when I attempt to write new css on the stylesheet that is on my index page and not on my about page for example this css class: .content-wrapper I added to my about page and is not on my home page…when i go to my style sheet and attempt to assign attributes to this class this error below pops up:
Do not use empty rulesetscss(emptyRules)
Please note that the link to the css is written in the exact same way on both pages: <link rel="stylesheet" href="css/styles.css">
I know a more experienced person can point to what i’m sure is a simple solution to this frustrating hangup for me…I really appreciate it!