Gradient-ui-button-mark

Developer
Size
1,828 Kb
Views
18,216

How do I make an gradient-ui-button-mark?

What is a gradient-ui-button-mark? How do you make a gradient-ui-button-mark? This script and codes were developed by TabSpace on 22 November 2022, Tuesday.

Gradient-ui-button-mark Previews

Gradient-ui-button-mark - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>gradient-ui-button-mark</title> <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! */ .ui-button{ width: 50px; height: 50px; border-radius:5px; border: 1px solid #000; background-image:radial-gradient(circle at 50% 50%, #f66 10px, transparent 10px); background-color:#fff; animation: gradient-color 2s infinite;
}
@keyframes gradient-color{ 50% {background-image:radial-gradient(circle at 50% 50%, #9d9 10px, transparent 10px);}
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <button class="ui-button"></button>
</body>
</html>

Gradient-ui-button-mark - Script Codes CSS Codes

.ui-button{ width: 50px; height: 50px; border-radius:5px; border: 1px solid #000; background-image:radial-gradient(circle at 50% 50%, #f66 10px, transparent 10px); background-color:#fff; animation: gradient-color 2s infinite;
}
@keyframes gradient-color{ 50% {background-image:radial-gradient(circle at 50% 50%, #9d9 10px, transparent 10px);}
}
Gradient-ui-button-mark - Script Codes
Gradient-ui-button-mark - Script Codes
Home Page Home
Developer TabSpace
Username tabspace
Uploaded November 22, 2022
Rating 3
Size 1,828 Kb
Views 18,216
Do you need developer help for Gradient-ui-button-mark?

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!

TabSpace (tabspace) 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!