TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <style> p:before { content: "“"; font-size: 2em; color: gray; } p:after { content: "”"; font-size: 2em; color: gray; } </style> </head> <body> <p>CSS is amazing!</p> </body> </html>