<html>
<head>
<style>
#grad1 {
height: 200px;
background-image: repeating-linear-gradient(red, yellow 10%, green 20%);
}
</style>
</head>
<body>
<h3>Repeating Linear Gradient</h3>
<div id="grad1"></div>
<p><strong>Note:</strong> Internet Explorer 9 and earlier versions do not support gradients.</p>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss3_gradient-linear_repeating by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 14:32:36 GMT -->
</html>