Following this: Did CSS break my heart?, I now have this JSFiddle, which has this HTML:
<div id="heart"><span>M + G</span></div>
and this (new) CSS:
span {
z-index: 4;
}
However, the letters are still behind the heart, while my goal is to place them in the centre of it and for a start I thought I had to get them in front of the heart, but this fails, any idea please?