blob: 52532192387e619f6d55f21cd11f48266224b189 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE HTML>
<style>
body {
background-color:black;
}
div {
transform: scale(0.3);
transform-origin: 0 0;
width: 512px;
height: 256px;
background: white;
}
</style>
<div></div>
|