Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<style>
:root {
print-color-adjust: exact;
}
div {
width: 100px;
height: 100px;
background: green;
}
</style>
<div></div>