Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>link-parameters: a container that sets no parameters gets the resource's env() fallback</title>
<style>
body { margin: 0; }
div { width: 100px; height: 100px; }
#a { background-color: #0a5c2e; }
#b { background-color: #101010; }
</style>
<div id="a"></div>
<div id="b"></div>