blob: 94b71e2e3e790a243b52da5b6a336dcdf1ec1da9 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
background-color:lime;
display: block;
padding: 10px;
position: relative;
left: -430px;
width: 860px;
height:100px;
margin-left: 50%;
}
</style>
</head>
<body>
<div></div>
</body>
</html>