Added 'transform' support

This commit is contained in:
2026-08-30 18:45:07 -05:00
parent 531ad69bcc
commit b75eebfd49
5 changed files with 25 additions and 3 deletions

View File

@@ -5,5 +5,7 @@
</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>
</body>
</rml>