Scared Eyes

Developer
Size
1,673 Kb
Views
36,432

How do I make an scared eyes?

Playing with Box shadows to make some eyes, hover over them so scare the poor things.. What is a scared eyes? How do you make a scared eyes? This script and codes were developed by Matt Gross on 28 August 2022, Sunday.

Scared Eyes Previews

Scared Eyes - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Scared Eyes</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <section> <div class="circle">AHH!!!</div> <div class="circle">AHH!!!</div>
</section>
</body>
</html>

Scared Eyes - Script Codes CSS Codes

section { margin: calc(50vh - 80px) auto; text-align: center;
}
div { margin: 30px; display: inline-block; height: 100px; width: 100px; background: #333; line-height: 100px; color: transparent; font-weight: bold; text-transform: uppercase; text-align: center;
}
.circle { border-radius: 50%;
/* Box Shadow Awesomeness */ box-shadow: inset 6px 3px 0 1px #fff, 0 0 0 7px #333; transition: .3s ease;
}
section:hover .circle { box-shadow: inset -6px 3px 0 14px #fff, 0 0 0 17px #333; color: #fff;
}
Scared Eyes - Script Codes
Scared Eyes - Script Codes
Home Page Home
Developer Matt Gross
Username mattgrosswork
Uploaded August 28, 2022
Rating 3
Size 1,673 Kb
Views 36,432
Do you need developer help for Scared Eyes?

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!