mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-03 19:05:35 +00:00
15 lines
296 B
HTML
15 lines
296 B
HTML
<style>
|
|
body { background-color: black }
|
|
iframe {
|
|
width: 100px;
|
|
height: 200px;
|
|
margin: 0px;
|
|
border: 0px;
|
|
}
|
|
</style>
|
|
|
|
<body>
|
|
<iframe src="unit-vh-vw-overflow-scroll-x-ref-iframe.html"></iframe>
|
|
<iframe src="unit-vh-vw-overflow-scroll-x-ref-iframe.html"></iframe>
|
|
</body>
|