blob: 0276a3f1a2c9c14f10b47a5a5179055566232c3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<style>
* {
shape-margin: 33%;
shape-outside: ellipse(20% 47% at 66% 79%)
}
.cl {
border-right-style: dashed;
float: right;
border-bottom-style: dashed;
}
</style>
<button>
<del class="cl">
|