ladybird/Base/res/html/misc/root.html

15 lines
205 B
HTML
Raw Normal View History

2020-05-13 18:38:12 -03:00
<!DOCTYPE html>
<html>
<head>
<title>:root test</title>
<style>
:root {
background-color: red;
}
</style>
</head>
<body>
Background will be red.
</body>
</html>