blob: ff73df0b5db2e6810464b908d8bc313d5a8fd6dc [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
position: absolute;
left: 0;
top: 0;
height: 100px;
width: 100px;
transform: translateX(25px);
background-color: green;
}
</style>
</head>
<body>
<div id="cover"></div>
</body>
</html>