Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<style>
div {
width: 100px;
height: 100px;
background-image: linear-gradient(purple, yellow);
}
</style>
<div></div>