blob: c0928d953f9a4038b094ba603ace7b5d21111d3c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
transform: translateY(100px) translateX(100px);
background-color: rgb(160, 160, 255);
font-size: 20px;
width: 100px;
height: 100px;
}
</style>
</head>
<body>
<div>
<div>
</div>
</div>
</body>
</html>