blob: 78cb87a48933a84f423357262f2624e5c624e1cd [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
.container {
position: absolute;
top: 100px;
left:100.5px;
}
#target {
position: absolute;
left: 0px;
width: 10px;
height: 10px;
border: 2px solid green;
}
</style>
</head>
<body">
<div class="container">
<div id="target">
</div>
</div>