Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<title>Reference for the content CSS attribute can replace a document's root</title>
<style>
:root {
background-color: aquamarine;
}
body {
margin: 0;
}
</style>
<img src="resources/rect.svg" />