blob: 4b4e6cede1ba7cd8a1c30bffc2f4a5a21970fc84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<style>
*:last-child {
transform: skew(360deg, 90deg);
border-left: 400px inset rgba(212, 81, 240, 139);
scale: 1 65536;
clip-path: inset(100% round 71px 0% / 100% 87%) border-box
}
</style>
<script>
window.onload = () => { document.dir = "rtl" }
</script>
<button>
<h1>
<input>
|