HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> :root{ color: green; } </style> </head> <body> <h1>CSS :root Selector</h1> <p>All are green</p> </body> </html>
OUTPUT
×

Save as Private