Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> :root { background-color: #8ebf42; padding: 2em; } body { background-color: #eee; padding: 1.5em; } </style> </head> <body> <h2>:root selector example</h2> <p>Lorem ipsum is simply dummy text</p> </body> </html>