Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<title>Bug 1274624: Repeating linear gradient</title>
<style type="text/css">
div {
background: repeating-linear-gradient(to top, red, blue 100px);
background-position: 30px 30px;
width: 400px;
height: 400px;
}
</style>
</head>
<body>
<div>
</div>
</body>
</html>