blob: 48f0a8d1d678b933b9989e96bbda87f8fbb9b8b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="container"
>surrounding <span id="rel"
style="right: -200px; bottom: -300px;"
>position relative</span> text</div>
</body>
</html>
|