blob: f28b30137cdc176fa6c9134ffecbb981e87da557 [file] [log] [blame] [edit]
<!DOCTYPE html>
<html>
<head>
<title>Gradient interpolation</title>
<link rel="author" title="Mike Bremford" href="mailto:[email protected]">
<link rel="author" title="CGQAQ" href="mailto:[email protected]">
<style>
.test {
width: 100px;
height: 100px;
background: rgb(0, 0, 99);
}
</style>
</head>
<body>
<div class="test"></div>
</body>
</html>