Egg hover

Developer
Size
1,549 Kb
Views
44,528

How do I make an egg hover?

What is a egg hover? How do you make a egg hover? This script and codes were developed by Soufiane Abid on 12 October 2022, Wednesday.

Egg hover Previews

Egg hover - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>egg hover</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="egg"> <div class="p"> </div>
</div>
</body>
</html>

Egg hover - Script Codes CSS Codes

.egg{ width: 300px; height: 450px; background: #Fc4242; margin : auto; border-radius: 50% / 60% 60% 40% 40%; position: relative; transition: all ease-in-out .4s;
}
.p{ width: 0; height: 0; border-right: 100px solid transparent; border-left: 100px solid transparent; border-bottom: 100px solid #FFF; margin: auto; position: absolute; left: 50px; top: 200px;
}
.egg:hover{ transform: rotate(180deg);
}
Egg hover - Script Codes
Egg hover - Script Codes
Home Page Home
Developer Soufiane Abid
Username SoufianeAbid
Uploaded October 12, 2022
Rating 3
Size 1,549 Kb
Views 44,528
Do you need developer help for Egg hover?

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!

Soufiane Abid (SoufianeAbid) 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!