mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-12 05:30:52 +00:00
11 lines
191 B
HTML
11 lines
191 B
HTML
<!doctype html>
|
|
<!-- Derived from http://a-ja.net/newgrad.html -->
|
|
<style>
|
|
div {
|
|
height: 200px;
|
|
width: 100px;
|
|
background: linear-gradient(-225deg, yellow, blue);
|
|
}
|
|
</style>
|
|
<div></div>
|