Linear Gradient

html>

<head>

<style>

#grad1 {

  height: 100px;

  background-image: linear-gradient(45deg,orange, yellow,red);

}

</style>

</head>

<body>

<div id="grad1"></div>

</body>

</html>

Comments

Popular posts from this blog