1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 13:05:07 +00:00
serenity/Base/res/html/misc/root.html

14 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>