I'm in Doubt to apply some effects in css. I tried with the following css selectors:
h1+p, h2+p, h3+p, h4+p, h5+p, h6+p {
margin: 0 0 0.75em 0;
}
h1~p, h2~p, h3~p, h4~p, h5~p, h6~p {
margin: 0 0 0.75em 0;
}
h1>p, h2>p, h3>p,...
asked by
12.12.2015 / 17:06