Is there any way to insert an HTML element, dom or code from CSS(3)?
No. The only you can do is to add content (and not an element) using :before or :after pseudo-element.
:before
:after
More information: http://www.w3.org/TR/CSS2/generate.html#before-after-content
1.4m articles
1.4m replys
5 comments
57.0k users