mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-20 05:29:04 +00:00
19 lines
270 B
HTML
19 lines
270 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
img {
|
|
height: 100px;
|
|
width: 100px;
|
|
}
|
|
.overflow {
|
|
overflow: scroll;
|
|
height: 200%;
|
|
width: 200%;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<img id="testImage" ></img>
|
|
</body>
|
|
</html>
|