blob: 6369246f5ed89981b3b28034712799ae045657d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<style>
.outer {
display: inline;
position: relative;
}
</style>
</head>
<body>
<div class="outer">
<div>You can see me.</div>
</div>
</body>
</html>
|