Gradient Example

Size
1,643 Kb
Views
6,072

How do I make an gradient example?

What is a gradient example? How do you make a gradient example? This script and codes were developed by Evgeniya.urvacheva on 27 December 2022, Tuesday.

Gradient Example Previews

Gradient Example - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Gradient Example</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="box"></div>
</body>
</html>

Gradient Example - Script Codes CSS Codes

.box { width: 300px; height: 500px; background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left, #ffffff 0%, #f4f4f4 89%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(89%,#f4f4f4), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #ffffff 0%,#f4f4f4 89%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #ffffff 0%,#f4f4f4 89%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #ffffff 0%,#f4f4f4 89%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to right, #ffffff 0%,#f4f4f4 89%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 */
}
Gradient Example - Script Codes
Gradient Example - Script Codes
Home Page Home
Developer Evgeniya.urvacheva
Username evgeniya
Uploaded December 27, 2022
Rating 3
Size 1,643 Kb
Views 6,072
Do you need developer help for Gradient Example?

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!

Evgeniya.urvacheva (evgeniya) Script Codes
Name
Poni
Base
A Pen by evgeniya.urvacheva
Maket
Triangle
Land_eda_1
A Pen by evgeniya.urvacheva
Html_flex
Serch
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!