The content
declaration cannot add tags to the page (tags are structural); additionally, CSS is meant for presentation changes, not structural content changes.
Consider using jQuery, instead, such as:
$(".HeaderName").after("your html here");
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…