mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-06 09:29:35 +00:00
11 lines
207 B
HTML
11 lines
207 B
HTML
<!doctype html>
|
|
<!-- Derived from http://a-ja.net/newgrad.html -->
|
|
<style>
|
|
div {
|
|
height: 200px;
|
|
width: 100px;
|
|
background: -moz-linear-gradient(left 20px top 30px, yellow, blue);
|
|
}
|
|
</style>
|
|
<div></div>
|