Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<title>filter() function with radial-gradient</title>
<link rel="author" title="Tim Nguyen" href="https://github.com/nt1m">
<link rel="match" href="filter-function-radial-gradient-ref.html">
<style>
div {
background-image: filter(radial-gradient(red, orange), invert(1));
width: 400px;
height: 400px;
color: purple;
}
</style>
<div>This text should be purple on a background with a light blue gradient.</div>
</html>