HEADER ADS 728X90

How to use css Linear-Gradient property | CSS Tutorial By | BY CodePrime

What is CSS linear gradient?,
How do you make a linear gradient in CSS?,
Can CSS transition linear gradient?,
How do you put a linear gradient on an image in CSS?,
css linear-gradient generator,
css gradient generator,
css gradient background,
css gradient,
css radial-gradient,
linear-gradient top to bottom,
linear-gradient color code,
text color gradient css,
,css tuotorial for beginers,vcss crush  cource,
css tutorial pdf,
css tutorial w3schools,
html tutorial,
css tutorial for beginners,
html, css tutorial,
css tutorialspoint,
best css tutorial,
css tutorial advanced, codeprime, coding tutorial, how to learn coding easy way to learn coding

Hi dear welcome to "CodePrime" Blog . In this post we are going to learn how to use linear-gradient property in css. First Creat A index.html file Copy This HTML CODE and pest it one your code editor. 2ndly creat style.css file Then Copy The CSS CODE and pest it then open the index.html file with your browser.

HTML CODE

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Linear-Gradient-css by codeprime</title>
</head>
<body>
   
</body>
</html>

CSS CODE

body{
        width: 100%;
        min-height: 100vh;
        background-image:linear-gradient(red ,blue )
    }

Youtube Tutorial

FLOW US ON SOCIAL MEDIA

Post a Comment

0 Comments

Join Telegram