I've been trying to figure this out, but I can't find a solution.
For the structure, I'd like to use an h2 header to make it more semantic, but I want it to appear as an h5 header visually.
However, CSS is not cooperating with this idea and is treating the header text as regular text for styling purposes. This makes font-size:60%;
appear way too small compared to normal text size. I've experimented with other properties like height, but nothing seems to work. Any stylings applied to the header seem to get ignored once CSS is involved...