Circle Hovers

Developer
Size
1,586 Kb
Views
50,600

How do I make an circle hovers?

Playing with Circle Hover effects. What is a circle hovers? How do you make a circle hovers? This script and codes were developed by Matt Gross on 28 August 2022, Sunday.

Circle Hovers Previews

Circle Hovers - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Circle Hovers</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <a href="#"></a>
</body>
</html>

Circle Hovers - Script Codes CSS Codes

a { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 40px; height: 40px; display: block; border-radius: 50%; background: #333; transition: all .3s ease; color: #fff;
}
a:hover { background: #fff;
}
a:after { content:''; display: block; box-shadow: 0 0 0 10px #333; opacity: 0; padding: 0; width: 100%; height: 100%; transition: all .3s ease; border-radius: 50%; position: relative; top: 0px; left: 0px;
}
a:hover:after { content:''; display: block; box-shadow: 0 0 0 20px #333; opacity: 1; padding: 10px; top: -10px; left: -10px;
}
Circle Hovers - Script Codes
Circle Hovers - Script Codes
Home Page Home
Developer Matt Gross
Username mattgrosswork
Uploaded August 28, 2022
Rating 3
Size 1,586 Kb
Views 50,600
Do you need developer help for Circle Hovers?

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!

Matt Gross (mattgrosswork) Script Codes
Create amazing captions 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!