<!DOCTYPE html> <html> <head> <style> .note p:before{ content:"Note: "; font-weight:900; } </style> </head> <body> <div class="note"> <p>Always use unicodes for the pseudo classes.</p> </div> </body> </html>
Run
×
Share