| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Gradient interpolation</title> | |
| <link rel="author" title="Mike Bremford" href="mailto:[email protected]"> | |
| <style> | |
| .test { | |
| width: 100px; | |
| height: 100px; | |
| background: red; | |
| background: lab(60% 0 0); | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div class="test"></div> | |
| </body> | |
| </html> |