blob: e3c4973da85ddf1e88dd0d05261d3c20bafe1e6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<html>
<style>
#scale {
width: 200px;
height: 200px;
}
</style>
</head>
<body>
<div id="outer">
<div id="inner">
<img id="scale" src="repeatable-diagonal-gradient.png">
</div>
</div>
</body></html>
|