I\'d like to be able to show chords above the lyrics in music using CSS. This is what I\'d really like it to look like:
C
For inline elements, you can use display: inline-block; to have it accept width. But for your problem, why not simply add left: 3px; /*em or whatever*/? It will indent it.
display: inline-block;
left: 3px; /*em or whatever*/