Funny animals

Developer
Size
3,076 Kb
Views
12,144

How do I make an funny animals?

Inspired By The Dribbble:http://dribbble.com/shots/1405225-funny-animalsThis is still a wip. I have to add the other two animals and fix some of the current shapes. i might even add some animations.. What is a funny animals? How do you make a funny animals? This script and codes were developed by Kescoe on 22 October 2022, Saturday.

Funny animals Previews

Funny animals - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>funny animals</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="container"> <div id="animal_one"> <div id="animal_one_horn"> <div id="animal_one_horn_circ"></div> </div> <!-- end of animal_one_horn --> <div id="animal_one_body"></div> <div id="animal_one_mouth"> <div id="animal_one_tongue"></div> <div id="animal_one_teeth_one"></div> <div id="animal_one_teeth_two"></div> <div id="animal_one_teeth_three"></div> <div id="animal_one_teeth_four"></div> <div id="animal_one_teeth_five"></div> <div id="animal_one_teeth_six"></div> </div><!-- end of animal_mouth --> <div id="animal_one_ear"></div> <div id="animal_one_eye"></div> </div> <!-- end of animal_one div --> <div id="pink_animal"> <div id="pink_animal_ear"></div> <div id="pink_animal_body"></div> <div id="pink_animal_eye"></div> <div id="pink_animal_mouth"> <div id="pink_animal_tongue"></div> <div id="pink_animal_teeth_one"></div> <div id="pink_animal_teeth_two"></div> </div> </div><!-- end of pink_animal div --> <div id="animal_three"> <div id="animal_three_body"></div> <div id="animal_three_mouth"> <div id="animal_three_tongue"></div> <div id="animal_three_teeth_one"></div> <div id="animal_three_teeth_two"></div> <div id="animal_three_teeth_three"></div> <div id="animal_three_teeth_four"></div> <div id="animal_three_teeth_five"></div> <div id="animal_three_teeth_six"></div> <div id="animal_three_teeth_seven"></div> </div> <div id="animal_three_eye"></div> <div id="animal_three_ear"></div> </div><!-- end of animal_three div -->
</div> <!-- end of container div -->
<h3>Inspired By The Dribbble: <a href="http://dribbble.com/shots/1405225-funny-animals">Funny Animals</a></h3> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Funny animals - Script Codes CSS Codes

#container{
position:absolute;
}
#animal_one_body{
background-color:#fec10e;
height:220px;
width:75px;
/*border-radius*/
-webkit-border-radius:50px 50px 0px 0px; -moz-border-radius:50px 50px 0px 0px; border-radius:50px 50px 0px 0px;
margin-left:37px;
margin-top:70px;
position:absolute;
}
#animal_one_eye{
background-color:#cc5f27;
height:23px;
width:10px;
/*border-radius*/
-webkit-border-radius:50px /100px; -moz-border-radius:50px /100px; border-radius:50px /100px;
margin-left:45px;
margin-top:100px;
position:absolute;
}
#animal_one_eye:after{
content:"";
background-color:#cc5f27;
height:23px;
width:10px;
/*border-radius*/
-webkit-border-radius:50px /100px; -moz-border-radius:50px /100px; border-radius:50px /100px;
margin-left:45px;
margin-top:0px;
position:absolute;
}
#animal_one_mouth{
background-color:#cc5f27;
height:50px;
width:56px;
/*border-radius*/
-webkit-border-radius:0px 0px 50px 50px; -moz-border-radius:0px 0px 50px 50px; border-radius:0px 0px 50px 50px;
margin-left:46px;
margin-top:128px;
position:absolute;
}
#animal_one_tongue{
position:absolute;
height:35px;
width:35px;
/*border-radius*/
-webkit-border-radius:40px 70px 30px 90px; -moz-border-radius:40px 70px 30px 90px; border-radius:40px 70px 30px 90px;
background-color:#f16aa2;
margin-top:15px;
}
#animal_one_tongue:after{
content:"";
position:absolute;
height:25px;
width:35px;
/*border-radius*/
-webkit-border-radius:0px 40px 100px 0px; -moz-border-radius:0px 40px 100px 0px; border-radius:0px 40px 100px 0px;
background-color:#f16aa2;
margin-top:8px;
margin-left:18px;
}
#animal_one_teeth_one{
position:absolute;
height:10px;
width:12px;
/*border-radius*/
-webkit-border-radius:0px 0px 50px 50px; -moz-border-radius:0px 0px 50px 50px; border-radius:0px 0px 50px 50px;
background-color:white;
}
#animal_one_teeth_two{
position:absolute;
height:10px;
width:12px;
/*border-radius*/
-webkit-border-radius:0px 0px 50px 50px; -moz-border-radius:0px 0px 50px 50px; border-radius:0px 0px 50px 50px;
background-color:white;
margin-left:22px;
}
#animal_one_teeth_three{
position:absolute;
height:10px;
width:12px;
/*border-radius*/
-webkit-border-radius:0px 0px 50px 50px; -moz-border-radius:0px 0px 50px 50px; border-radius:0px 0px 50px 50px;
background-color:white;
margin-left:34px;
}
#animal_one_teeth_four{
position:absolute;
height:10px;
width:12px;
/*border-radius*/
-webkit-border-radius:0px 0px 50px 50px; -moz-border-radius:0px 0px 50px 50px; border-radius:0px 0px 50px 50px;
background-color:white;
margin-left:44px;
}
#animal_one_teeth_five{
position:absolute;
height:10px;
width:12px;
/*border-radius*/
-webkit-border-radius:5px 50px 50px 50px; -moz-border-radius:5px 50px 50px 50px; border-radius:5px 50px 50px 50px;
background-color:white;
margin-left:10px;
margin-top:40px;
/*transform*/
-webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg);
/* Safari and Chrome */
:;
}
#animal_one_teeth_six{
position:absolute;
height:10px;
width:12px;
/*border-radius*/
-webkit-border-radius:5px 0px 50px 60px; -moz-border-radius:5px 0px 50px 60px; border-radius:5px 0px 50px 60px;
background-color:white;
margin-left:21px;
margin-top:40px;
/*transform*/
-webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg);
/* Safari and Chrome */
:;
}
#animal_one_ear{
position:absolute;
display:block;
width:26px;
height:40px;
margin-left:26px;
margin-top:65px;
background-color:#fec10e;
/*border-radius*/
-webkit-border-radius:63px 63px 63px 63px / 108px 108px 72px 72px; -moz-border-radius:63px 63px 63px 63px / 108px 108px 72px 72px; border-radius:63px 63px 63px 63px / 108px 108px 72px 72px;
/*transform*/
-webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg);
/* IE 9 */
/* Safari and Chrome */
:;
}
#animal_one_ear:after{
content:"";
position:absolute;
display:block;
width:26px;
height:40px;
margin-left:49px;
margin-top:49px;
background-color:#fec10e;
/*border-radius*/
-webkit-border-radius:63px 63px 63px 63px / 108px 108px 72px 72px; -moz-border-radius:63px 63px 63px 63px / 108px 108px 72px 72px; border-radius:63px 63px 63px 63px / 108px 108px 72px 72px;
/*transform*/
-webkit-transform:rotate(98deg); -moz-transform:rotate(98deg); -ms-transform:rotate(98deg); -o-transform:rotate(98deg); transform:rotate(98deg);
/* IE 9 */
/* Safari and Chrome */
:;
}
#animal_one_horn{
position:absolute;
display:block;
width:8px;
height:30px;
margin-left:59px;
margin-top:49px;
background-color:#fec10e;
}
#animal_one_horn:after{
content:"";
position:absolute;
display:block;
width:8px;
height:30px;
margin-left:22px;
margin-top:0px;
background-color:#fec10e;
}
#animal_one_horn_circ{
position:absolute;
height:13px;
width:13px;
background-color:#ce6129;
/*border-radius*/
-webkit-border-radius:50px; -moz-border-radius:50px; border-radius:50px;
margin-left:-2px;
margin-top:-4px;
}
#animal_one_horn_circ:after{
content:"";
position:absolute;
height:13px;
width:13px;
background-color:#ce6129;
/*border-radius*/
-webkit-border-radius:50px; -moz-border-radius:50px; border-radius:50px;
margin-left:21px;
margin-top:0px;
z-index:1;
}
#pink_animal_body{ background-color:#ee2068;
height:123px;
width:71px;
/*border-radius*/
-webkit-border-radius:50px 50px 0px 0px; -moz-border-radius:50px 50px 0px 0px; border-radius:50px 50px 0px 0px;
margin-left:182px;
margin-top:170px;
position:absolute;
}
#pink_animal_eye{
background-color:#b10d4b;
height:20px;
width:7px;
/*border-radius*/
-webkit-border-radius:40px /100px; -moz-border-radius:40px /100px; border-radius:40px /100px;
margin-left:190px;
margin-top:203px;
position:absolute;
}
#pink_animal_eye:after{ content:"";
background-color:#b10d4b;
height:20px;
width:7px;
/*border-radius*/
-webkit-border-radius:40px /100px; -moz-border-radius:40px /100px; border-radius:40px /100px;
margin-left:45px;
margin-top:0px;
position:absolute;
}
#pink_animal_mouth{ background-color:#b81d56;
height:50px;
width:55px;
/*border-radius*/
-webkit-border-radius:0px 0px 50px 50px; -moz-border-radius:0px 0px 50px 50px; border-radius:0px 0px 50px 50px;
margin-left:190px;
margin-top:225px;
position:absolute;
}
#pink_animal_tongue{ position:absolute;
height:20px;
width:30px;
/*border-radius*/
-webkit-border-radius:0px 60px 10px 90px; -moz-border-radius:0px 60px 10px 90px; border-radius:0px 60px 10px 90px;
background-color:#f16aa2;
margin-top:28px; margin-left:1px;
}
#pink_animal_tongue:after{ content:""; position:absolute;
height:25px;
width:30px;
/*border-radius*/
-webkit-border-radius:20px 0px 20px 0px; -moz-border-radius:20px 0px 20px 0px; border-radius:20px 0px 20px 0px;
background-color:#f16aa2;
margin-top:-2px; margin-left:20px; -webkit-transform:rotate(8deg); -moz-transform:rotate(8deg); -ms-transform:rotate(8deg); -o-transform:rotate(8deg); transform:rotate(8deg);
}
#pink_animal_teeth_one{ position:absolute;
height:10px;
width:12px;
/*border-radius*/
-webkit-border-radius:0px 0px 50px 50px; -moz-border-radius:0px 0px 50px 50px; border-radius:0px 0px 50px 50px;
background-color:white; margin-left:17px;
}
#pink_animal_teeth_two{ position:absolute;
height:15px;
width:15px;
/*border-radius*/
-webkit-border-radius:0px 0px 50px 50px; -moz-border-radius:0px 0px 50px 50px; border-radius:0px 0px 50px 50px;
background-color:white; margin-left:27px;
}
#pink_animal_ear{ -webkit-transform:rotate(-20deg); margin-left:175px; margin-top:125px; position:absolute; width: 0; height: 0; border-top: 70px solid #ee2068; border-left: 20px solid transparent; border-right: 20px solid transparent;
}
#pink_animal_ear:after{ content:""; -webkit-transform:rotate(50deg); margin-left:20px; margin-top:-50px; position:absolute; width: 0; height: 0; border-top: 70px solid #ee2068; border-left: 20px solid transparent; border-right: 20px solid transparent;
}
#animal_three_body{ background-color:#64c399;
height:123px;
width:71px;
/*border-radius*/
-webkit-border-radius:50px 50px 0px 0px; -moz-border-radius:50px 50px 0px 0px; border-radius:50px 50px 0px 0px;
margin-left:295px;
margin-top:170px;
position:absolute;
}
#animal_three_mouth{
background-color:#2c6c53;
height:50px;
width:55px;
/*border-radius*/
-webkit-border-radius:0px 0px 50px 50px; -moz-border-radius:0px 0px 50px 50px; border-radius:0px 0px 50px 50px;
margin-left:302px;
margin-top:228px;
position:absolute;
}
#animal_three_tongue{
position:absolute;
height:35px;
width:35px;
/*border-radius*/
-webkit-border-radius:40px 70px 30px 90px; -moz-border-radius:40px 70px 30px 90px; border-radius:40px 70px 30px 90px;
background-color:#f16aa2;
margin-top:15px;
}
#animal_three_tongue:after{
content:"";
position:absolute;
height:25px;
width:35px;
/*border-radius*/
-webkit-border-radius:0px 40px 100px 0px; -moz-border-radius:0px 40px 100px 0px; border-radius:0px 40px 100px 0px;
background-color:#f16aa2;
margin-top:8px;
margin-left:18px;
}
#animal_three_teeth_one{
position:absolute;
height:10px;
width:12px;
/*border-radius*/
-webkit-border-radius:0px 0px 50px 50px; -moz-border-radius:0px 0px 50px 50px; border-radius:0px 0px 50px 50px;
background-color:white;
}
#animal_three_teeth_two{
position:absolute;
height:10px;
width:12px;
/*border-radius*/
-webkit-border-radius:0px 0px 50px 50px; -moz-border-radius:0px 0px 50px 50px; border-radius:0px 0px 50px 50px;
background-color:white;
margin-left:22px;
}
#animal_three_teeth_three{
position:absolute;
height:10px;
width:12px;
/*border-radius*/
-webkit-border-radius:0px 0px 50px 50px; -moz-border-radius:0px 0px 50px 50px; border-radius:0px 0px 50px 50px;
background-color:white;
margin-left:34px;
}
#animal_three_teeth_four{
position:absolute;
height:10px;
width:12px;
/*border-radius*/
-webkit-border-radius:0px 0px 50px 50px; -moz-border-radius:0px 0px 50px 50px; border-radius:0px 0px 50px 50px;
background-color:white;
margin-left:44px;
}
#animal_three_teeth_five{
position:absolute;
height:10px;
width:12px;
/*border-radius*/
-webkit-border-radius:0px 0px 50px 50px; -moz-border-radius:0px 0px 50px 50px; border-radius:0px 60px 60px 50px;
background-color:white;
margin-left:10px; -webkit-transform:rotate(195deg); margin-top:39px;
}
#animal_three_teeth_six{
position:absolute;
height:10px;
width:12px;
/*border-radius*/
-webkit-border-radius:0px 0px 50px 50px; -moz-border-radius:0px 0px 50px 50px; border-radius:0px 60px 60px 50px;
background-color:white;
margin-left:20px; -webkit-transform:rotate(180deg); margin-top:40px;
}
#animal_three_teeth_seven{
position:absolute;
height:10px;
width:12px;
/*border-radius*/
-webkit-border-radius:0px 0px 50px 50px; -moz-border-radius:0px 0px 50px 50px; border-radius:0px 60px 60px 50px;
background-color:white;
margin-left:30px; -webkit-transform:rotate(169deg); margin-top:40px;
}
#animal_three_eye{ background-color:#296a4f;
height:20px;
width:7px;
/*border-radius*/
-webkit-border-radius:40px /100px; -moz-border-radius:40px /100px; border-radius:40px /100px;
margin-left:305px;
margin-top:203px;
position:absolute;
}
#animal_three_eye:after{ content:""; background-color:#296a4f;
height:20px;
width:7px;
/*border-radius*/
-webkit-border-radius:40px /100px; -moz-border-radius:40px /100px; border-radius:40px /100px;
margin-left:43px;
position:absolute;
}
#animal_three_ear{ background-color:#64c399;
height:30px;
width:30px;
margin-left:285px; margin-top:160px; border-radius:50px;
position:absolute;
}
#animal_three_ear:after{ content:""; background-color:#64c399;
height:30px;
width:30px;
margin-left:50px; margin-top:-5px; border-radius:50px;
position:absolute;
}
Funny animals - Script Codes
Funny animals - Script Codes
Home Page Home
Developer Kescoe
Username kescoe
Uploaded October 22, 2022
Rating 3
Size 3,076 Kb
Views 12,144
Do you need developer help for Funny animals?

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!

Kescoe (kescoe) Script Codes
Create amazing video scripts 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!