Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<title>Percentage background-size on the root</title>
<style>
div {
width: 100px;
height: 50px;
background-color: lime;
position: absolute;
top: 0;
left: 0;
}
</style>
<div></div>