mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-15 09:30:20 +00:00
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>
|