ladybird/Base/home/anon/www/root.html
2020-05-14 08:49:51 +02:00

15 lines
205 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>:root test</title>
<style>
:root {
background-color: red;
}
</style>
</head>
<body>
Background will be red.
</body>
</html>