blob: 5a36db14c2471e4773bf5a7fd1dfcb3224724a12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<style>
div {
width: 100px;
height: 100px;
outline: auto;
outline-width: 10px;
background-color: lightyellow;
}
</style>
<div style="margin: 20px; "></div>
<div style="position: absolute; top: 148px; left: 28px; clip: rect(-10px 50px 50px -10px)"></div>
|