Background SVG Gradients

Size
1,748 Kb
Views
4,048

How do I make an background svg gradients?

SVG Gradients used as background for sections. What is a background svg gradients? How do you make a background svg gradients? This script and codes were developed by Benedikte Vanderweeën on 21 January 2023, Saturday.

Background SVG Gradients Previews

Background SVG Gradients - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Background SVG Gradients</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <!--Gradient Yellow-->
<section> <div class="container"> <svg> <defs> <linearGradient id="Bene-grad-3" x1="1" x2="1" y1="0" y2="1"> <stop offset="0%" stop-color="#ffdb4c" /> <stop offset="100%" stop-color="#ffcd02" /> </linearGradient> </defs> <rect x="0" y="0" width="100%" height="100%" fill="url(#Bene-grad-3)" /> </svg> </div> <section>
<!--Gradient Orange-->
<section> <div class="container"> <svg> <defs> <linearGradient id="Bene-grad-4" x1="1" x2="1" y1="0" y2="1"> <stop offset="0%" stop-color="#ff9500" /> <stop offset="100%" stop-color="#ff5e3a" /> </linearGradient> </defs> <rect x="0" y="0" width="100%" height="100%" fill="url(#Bene-grad-4)" /> </svg> </div> <section>
<!--Gradient Red -->
<section> <div class="container"> <svg> <defs> <linearGradient id="Bene-grad-5" x1="1" x2="1" y1="0" y2="1"> <stop offset="0%" stop-color="#ff5e3a" /> <stop offset="100%" stop-color="#ff2a68" /> </linearGradient> </defs> <rect x="0" y="0" width="100%" height="100%" fill="url(#Bene-grad-5)" /> </svg> </div> <section>
<!--Gradient Violet -->
<section> <div class="container"> <svg> <defs> <linearGradient id="Bene-grad-6" x1="1" x2="1" y1="0" y2="1"> <stop offset="0%" stop-color="#c644fc" /> <stop offset="100%" stop-color="#5856d6" /> </linearGradient> </defs> <rect x="0" y="0" width="100%" height="100%" fill="url(#Bene-grad-6)" /> </svg> </div> <section> <!--Gradient Blue-->
<section> <div class="container"> <svg> <defs> <linearGradient id="Bene-grad-2" x1="1" x2="1" y1="0" y2="1"> <stop offset="0%" stop-color="#1d62f0" /> <stop offset="100%" stop-color="#52edc7" /> </linearGradient> </defs> <rect x="0" y="0" width="100%" height="100%" fill="url(#Bene-grad-2)" /> </svg> </div> <section> <!--Gradient green -->
<section> <div class="container"> <svg> <defs> <linearGradient id="Bene-grad-1" x1="1" y1="0" x2="1" y2="1"> <stop offset="0%" stop-color="#52edc7" /> <stop offset="100%" stop-color="#87fc70" /> </linearGradient> </defs> <rect x="0" y="0" width="100%" height="100%" fill="url(#Bene-grad-1)" /> </svg> </div> <section>
</body>
</html>

Background SVG Gradients - Script Codes CSS Codes

section{ height:400px;
}
.container{ margin: 0 auto;
}
Background SVG Gradients - Script Codes
Background SVG Gradients - Script Codes
Home Page Home
Developer Benedikte Vanderweeën
Username Benedikte
Uploaded January 21, 2023
Rating 3
Size 1,748 Kb
Views 4,048
Do you need developer help for Background SVG Gradients?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Benedikte Vanderweeën (Benedikte) Script Codes
Create amazing web content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!