Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<style>
div {
width: 200px;
height: 200px;
}
</style>
<div style="position:fixed;">
<div style="transform:translateX(50px);">
<div id="resize" style="background-color:blue; width: 300px">
</div>
</div>
</div>
</html>