blob: 48147a55700701ee2cb67b5394e8491085ba4426 [file] [log] [blame]
<!DOCTYPE html>
<title>CSS Test Reference</title>
<style>
:root {
background-color: pink;
}
#target {
width: 100px;
height: 100px;
background-color: green;
transform: rotate(45deg);
}
</style>
<div id="target"></div>