mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
10 lines
201 B
HTML
10 lines
201 B
HTML
|
|
<!doctype html>
|
||
|
|
<!-- Derived from http://a-ja.net/newgrad.html -->
|
||
|
|
<style>
|
||
|
|
div {
|
||
|
|
height: 200px;
|
||
|
|
width: 100px;
|
||
|
|
background: -moz-linear-gradient(bottom right, blue, yellow);
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<div></div>
|