blob: e091c6a3aa0f40c435df93efd1b9bf12aa66674a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
.container {
margin: 50px;
height: 100px;
width: 100px;
border: 1px solid black;
-webkit-transform: translate(0, 0);
}
.box {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: gray;
}
</style>
</head>
<body>
<div class="container">
<div class="box"></div>
</div>
</body>
</html>