<p>This sentence demonstrates the use of pseudo-elements to mark the beginning and end.</p>
p:before { content: "[Start]"; } p:after { content: "[End]"; }
This Pen is owned by coding clone on CodePen.
See more by @coding-clone on CodePen
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.