blob: 8e364b36794427d7a55c6d722c24749a6bd88c32 (
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="left: 200px; top: 100px;"
>position relative</span> text</div>
</body>
</html>
|