Clip masks complete

This commit is contained in:
2026-08-31 16:45:25 -05:00
parent b75eebfd49
commit 260a037314
8 changed files with 135 additions and 11 deletions

View File

@@ -5,7 +5,8 @@
</head>
<body>
<h1>Hello from RmlUi</h1>
<div style="position:absolute; top: 0; left: 0; width: 200px; height: 100px; background-color: rgba(255, 0, 0, 128); transform: rotate(15deg) translate(50px,0) scale(0.8)">
<div style="position: relative; width: 300px; height: 200px; overflow: hidden; border-radius: 40px; background-color: #0000ff">
<div style="position: absolute; top: -20px; left: -20px; width: 150px; height: 150px; background-color: #ff0000; transform: rotate(15deg);"></div>
</div>
</body>
</rml>