Revision 613539363565 () - Diff

Link to this snippet: https://friendpaste.com/1Wsgb9GvphK5OfSAwLeNBl
Embed:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
<style type="text/css">
body {
height: 100%;
width: 100%;
}
* {
border: 0px;
margin: 0px;
padding: 0px;
}
html {
height: 100%;
width: 100%;
overflow: hidden;
}
#page {
position: absolute;
top: 0px;
left: 2px;
z-index: 2;
height: 100%;
width: 100%;
overflow: auto;
}
#background_image {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
z-index: 1;
}
</style>
</head>
<body>
<div id="page">
Lapas saturs te
</div>
<img src="images/116.jpg" alt="big pic" id="background_image" />
</body>
</html>