blob: 684385d820f1a88c0b77849cb3ee32a137eb9c48 [file] [edit]
<!DOCTYPE html>
<html>
<head>
<style>
div {
width: 100px;
height: 100px;
position: absolute;
background-color: green;
}
#second {
left: 200px;
}
</style>
</head>
<body>
<div id="first"></div>
<div id="second"></div>
</body>
</html>