Gradient-mask-guide

Developer
Size
1,886 Kb
Views
14,168

How do I make an gradient-mask-guide?

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

Gradient-mask-guide Previews

Gradient-mask-guide - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>gradient-mask-guide</title> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container"> <table class="list"> <tr> <td>1</td> <td>2</td> <td>3</td> </tr> <tr> <td>4</td> <td>5</td> <td>6</td> </tr> <tr> <td>7</td> <td>8</td> <td>9</td> </tr> </table> <div class="mask"></div>
</div>
</body>
</html>

Gradient-mask-guide - Script Codes CSS Codes

.container{ position:relative; width:200px; height:200px; overflow:hidden;
}
.list{ margin:10px; background-color:#000;
}
.list td{ width:40px; height:40px; background-color:#fff; line-height:40px; text-align: center;
}
.list td:active{ background-color:#f99;
}
.mask{ position:absolute; top:0; left:0; width:200%; height:200%; z-index:10; background-image:radial-gradient(circle at 50% 50%, transparent 10%, rgba(0,0,0,.5) 10%); pointer-events:none; transform:translateX(-42%) translateY(-42%) scale(1); animation: move ease 4s infinite;
}
@keyframes move{ 50% {transform:translateX(-20%) translateY(-20%) scaleY(.7);}
}
Gradient-mask-guide - Script Codes
Gradient-mask-guide - Script Codes
Home Page Home
Developer TabSpace
Username tabspace
Uploaded November 22, 2022
Rating 3
Size 1,886 Kb
Views 14,168
Do you need developer help for Gradient-mask-guide?

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 love letters 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!