Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<style>
div {
position: absolute;
left: 50px;
top: 50px;
background-color: blue;
width: 30px;
height: 30px;
padding: 10px;
border: solid blue 25px;
clip-path: inset(30px 0px);
}
</style>
<div></div>