CSS formatting problem

1

Noble friends,

I'm working on an ebook on the Sigil program. When linking the css style sheet to xhtml I can format the tags h1, h2 and h3. However, in the same file, I can not format the p and div tags. I've already noticed the nomenclature and I could not find the error.

    
asked by anonymous 09.09.2017 / 22:18

1 answer

0

Which selector are you using? Note that some selectors are stronger than others and so if you try to change the style using a weaker selector will not work, try putting !important after each css property you want to edit to solve it.

    
09.09.2017 / 22:48