Biology, asked by Vishal101100, 9 months ago

<!DOCTYPE html>
<html>
<head>
<title>The title of the document</title>
<style>
.multicolortext {
background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
color: transparent;
}
</style>
</head>
<body>
<h1>
<span class="multicolortext">Why drones die after breeding season ??</span>
</h1>
</body>
</html>​

Answers

Answered by ꜱɴᴏᴡyǫᴜᴇᴇɴ
5

Answer:

&lt;!DOCTYPE html&gt;</p><p>&lt;html&gt;</p><p>&lt;head&gt;</p><p>&lt;title&gt;The title of the document&lt;/title&gt;</p><p>&lt;style&gt;</p><p>.multicolortext {</p><p>background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);</p><p>-webkit-background-clip: text;</p><p>-moz-background-clip: text;</p><p>background-clip: text;</p><p>color: transparent;</p><p>}</p><p>&lt;/style&gt;</p><p>&lt;/head&gt;</p><p>&lt;body&gt;</p><p>&lt;h1&gt;</p><p>&lt;span class="multicolortext"&gt;Why drones die after breeding season ??&lt;/span&gt;</p><p>&lt;/h1&gt;</p><p>&lt;/body&gt;</p><p>&lt;/html&gt;

Similar questions