<html>
<head>
<style>
#grad1 {
height: 55px;
background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
}
</style>
</head>
<body>
<div id="grad1" style="text-align:center;margin:auto;color:#888888;font-size:40px;font-weight:bold">
Gradient Background
</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_rainbow by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:12:54 GMT -->
</html>