mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
94646e9056
--HG-- extra : rebase_source : 61e2873b334f89a0a8b6ae0a7df0dfa37e668d0b
8 lines
278 B
HTML
8 lines
278 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<div style="width:100px; height:100px; transform:rotate(90deg); background:linear-gradient(red, green);"></div>
|
|
<div style="width:100px; height:100px; transform:rotate(270deg); background:linear-gradient(red, green);"></div>
|
|
</body>
|
|
</html>
|