i tried to add a class for headline elements:
- Code: Select all
/* H1-6: Cleared */
.cleared h1,
.cleared h2,
.cleared h3,
.cleared h4,
.cleared h5,
.cleared h6 {
clear: both;
/* clear: both; border-top: 1px solid #666666; */
}
It works with ".cleared p", but styling headline tags (h1-h6) doesn't work. Is there any possibily to style headline tags?