We can print some text before every paragraph as well as after every paragraph
p:before { 
    color: red; 
    content: "read this carefully"; 
}
p:after { 
    color: red; 
    content: "you have read it! good job"; 
}
by Valeri Tandilashvili
5 years ago
CSS
pseudo-elements
HTML5 and CSS3 beginners tutorials
1
Pro tip: use ```triple backticks around text``` to write in code fences