CSS3 Sharp Gradients

Size
2,043 Kb
Views
18,207

How do I make an css3 sharp gradients?

What is a css3 sharp gradients? How do you make a css3 sharp gradients? This script and codes were developed by Martin Michálek on 29 September 2022, Thursday.

CSS3 Sharp Gradients Previews

CSS3 Sharp Gradients - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS3 Sharp Gradients</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ .box-1 { background: linear-gradient(to right, lightgreen 19px, darkgreen 20px);
}
.box-2 { background: radial-gradient(at top left, lightgreen 19px, darkgreen 20px);
}
.box { display: inline-block; float: left; width: 100px; height: 100px; line-height: 100px; margin: 0 1em 1em 0; text-align: center; color: #fff;
}
.css-mine { margin-top: 2em; clear: both;
}
body { margin: 1.5em;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <pre>
.box-1 { background: linear-gradient(to right, lightgreen 19px, darkgreen 20px);
}
.box-2 { background: radial-gradient(at top left, lightgreen 19px, darkgreen 20px);
}
</pre>
<p class="box box-1">.box-1</p>
<p class="box box-2">.box-2</p>
<p class="css-mine"> <small> (<a href="http://www.cssmine.com/css3-gradients" target="_blank">CSS3 Gradients</a> at CSS Mine) </small>
</p>
</body>
</html>

CSS3 Sharp Gradients - Script Codes CSS Codes

.box-1 { background: linear-gradient(to right, lightgreen 19px, darkgreen 20px);
}
.box-2 { background: radial-gradient(at top left, lightgreen 19px, darkgreen 20px);
}
.box { display: inline-block; float: left; width: 100px; height: 100px; line-height: 100px; margin: 0 1em 1em 0; text-align: center; color: #fff;
}
.css-mine { margin-top: 2em; clear: both;
}
body { margin: 1.5em;
}
CSS3 Sharp Gradients - Script Codes
CSS3 Sharp Gradients - Script Codes
Home Page Home
Developer Martin Michálek
Username machal
Uploaded September 29, 2022
Rating 3
Size 2,043 Kb
Views 18,207
Do you need developer help for CSS3 Sharp 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!

Martin Michálek (machal) Script Codes
Create amazing video scripts 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!