Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
<!doctype html>
<!-- Derived from http://a-ja.net/newgrad.html -->
<style>
div {
height: 200px;
width: 100px;
background: linear-gradient(135deg, yellow, blue);
}
</style>
<div></div>