Html – combining selectors in css
I was requesting some help in combinators (combining selectors). I'm looking to use the same font in a paragraph element that has a list element in it. I have tried the child combinator >) and the next sibling combinator +…