Mypal/layout/reftests/css-gradients/aja-linear-3a.html

11 lines
190 B
HTML
Raw Normal View History

2019-03-11 10:26:37 +00:00
<!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>