mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-07 19:57:45 +03:00
15 lines
205 B
HTML
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>
|