CSS CREATURE

Size
1,916 Kb
Views
36,432

How do I make an css creature?

Stole this from http://bennettfeely.com/csscreatures/. What is a css creature? How do you make a css creature? This script and codes were developed by Alexander Nastase on 21 August 2022, Sunday.

CSS CREATURE Previews

CSS CREATURE - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS CREATURE</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <li class="creature"><div class="click-anim"><figure class="hyper" style="background-color:#f04f53"><div class="eye"></div><div class="eye"></div><div class="mouth "></div></figure></div><div class="shadow"></div></li>
</body>
</html>

CSS CREATURE - Script Codes CSS Codes

.creature {
display: inline-block;
vertical-align: top;
text-align: center;
width: 260px;
list-style: none;
margin: 0 auto;
padding: 15px 30px;
-webkit-user-select: none;
}
figure {
width: 200px;
height: 200px;
padding: 40px;
box-shadow: inset -10px -30px rgba(0,0,0,.06);
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
border-radius: 50%;
-webkit-animation: bobble 5s ease-in-out infinite;
-webkit-transform-origin: center bottom;
-webkit-transition: padding .3s, bottom .3s;
text-align: center;
background: cadetblue;
}
.eye {
display: inline-block;
width: 10px;
height: 15px;
margin: 0 5px 5px;
background: rgba(0,0,0,.9);
border-radius: 10px;
border-radius: 50%;
-webkit-animation: blink 4s ease-in-out infinite;
}
.mouth {
display: block;
width: 100%;
height: 20px;
margin: 5px auto 0;
background: rgba(0,0,0,.9);
border-radius: 10px 10px 100px 100px;
border-radius: 10px 10px 50% 50%;
-webkit-transition: border-radius .5s, height .5s cubic-bezier(.15,.60,.30,1.9);
overflow: hidden;
line-height: 0;
-webkit-transform-origin: center top;
}
.hyper {
-webkit-animation: hyper 2s infinite;
}
.hyper .mouth {
height: 80px;
border-radius: 20px 20px 50% 50%;
}
.shadow {
height: 20px;
background: rgba(0,0,0,.1);
width: 60%;
border-radius: 100%;
margin: -15px 0 0 30%;
-webkit-transition: .3s;
}
CSS CREATURE - Script Codes
CSS CREATURE - Script Codes
Home Page Home
Developer Alexander Nastase
Username anodpixels
Uploaded August 21, 2022
Rating 3
Size 1,916 Kb
Views 36,432
Do you need developer help for CSS CREATURE?

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!

Alexander Nastase (anodpixels) Script Codes
Create amazing SEO content 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!