Linear gradient

Code for this project
<!DOCTYPE html>
<html>
<head>
<style>
body{
height:1500px;
background:linear-gradient(red,blue);
}
</style>
</head>
<body>
    <!-- Check Examples-->
<h1>
    Hello, friends
</h1>
<div class="dcoder">
This is a CSS example from HARSH DANGE ,
        <br>
        have fun. :)
    </div>
</body>
</html>
See background of this page to see style in this page.

OUTPUT
Hello, friends

This is a CSS example from HARSH DANGE ,
have fun. :)



Post a Comment

0 Comments