mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
189 B
HTML
13 lines
189 B
HTML
|
<!DOCTYPE html>
|
||
|
|
||
|
<div>test</div>
|
||
|
|
||
|
<style>
|
||
|
body {
|
||
|
width: 100px; height: 300px;
|
||
|
position: absolute;
|
||
|
-moz-transform: scale(0.5);
|
||
|
}
|
||
|
div { position: absolute; }
|
||
|
</style>
|