Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
#target {
transform: translateX(150px);
clip-path: inset(30px);
width: 100px;
height: 100px;
background: green;
}
</style>
<div id="target"></div>