Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
style
>
:root
{
background
:
#ff0000
;
}
<
/style
>
<
/head
>
<
body
>
<
h1
>
This is a heading
<
/h1
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <style> :root { background: #ff0000; } </style> </head> <body> <h1>This is a heading</h1> </body> </html>
Result:
Privacy Policy