Stuart the Minion

Size
2,828 Kb
Views
6,072

How do I make an stuart the minion?

What is a stuart the minion? How do you make a stuart the minion? This script and codes were developed by Kenneth Alvares on 06 December 2022, Tuesday.

Stuart the Minion Previews

Stuart the Minion - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Stuart the Minion</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <!--Reference box--> <div class="box"> <!--Minion Body--> <div class="body"> <!--Goggle Straps--> <div class="strap strap1"></div> <div class="strap strap2"></div> <!--White Eye + Border [Grey]--> <div class="eye"> <!--Brown Pupil--> <div class="pupil"> <!--Black Iris--> <div class="iris"></div> <!--Light Shine--> <div class="shine"></div> </div> </div> <!--Smile--> <div class="smile"> <!--Teeth--> <div class="tooth tooth1"></div> <div class="tooth tooth2"></div> <div class="tooth tooth3"></div> <div class="tooth tooth4"></div> </div> <!--Shoulder strap--> <div class="shoulderStrap shoulderStrapLeft"> <!--Strap pin--> <div class="pin"></div> </div> <!--Shoulder strap--> <div class="shoulderStrap shoulderStrapRight"> <!--Strap pin--> <div class="pin"></div> </div> <!--Top--> <div class="jumperTop"> <!--Pocket--> <div class="pocket"></div> </div> <!--Bottom--> <div class="jumperBottom"></div> <!--Arms--> <div class="arm armLeft"></div> <div class="arm armRight"></div> <!--Glove Top--> <div class="glove gloveLeft"></div> <div class="glove gloveRight"></div> <!--Glove fist--> <div class="fist fistLeft"></div> <div class="fist fistRight"></div> <!--Denim Pants--> <div class="leg legLeft"></div> <div class="leg legRight"></div> <!--Shoes--> <div class="shoe shoeLeft"></div> <div class="shoe shoeRight"></div> <!--Soles--> <div class="sole soleLeft"></div> <div class="sole soleRight"></div> </div> <div class="audioContainer"> <iframe width="400%" height="160" src="https://clyp.it/x3amlh4z/widget" frameborder="0" class="audio"></iframe> </div>
</div>
</body>
</html>

Stuart the Minion - Script Codes CSS Codes

body { background: #EC7E65;
}
.box { width: 600px; height: 420px; display: block; margin: auto; position: relative; background: none;
}
.body { width: 40%; height: 100%; left: 30%; position: absolute; border-radius: 500px 500px 0 0; background-color: #FFED41;
}
.strap { width: 105%; height: 3%; left: -2.5%; border-radius: 500px;
}
.strap1 { background-color: #464A45; position: absolute; top: 30%;
}
.strap2 { background-color: #292E30; position: absolute; top: 33%;
}
.eye { width: 43%; height: 25%; border-radius: 500px; background: #fff; border: 15px solid #D0D0D0; position: absolute; left: 23.5%; top: 16%;
}
.pupil { width: 40%; height: 40%; background-color: #794E20; border-radius: 50%; left: 30%; top: 30%; position: absolute;
}
.iris { width: 45%; height: 45%; background-color: #262D32; border-radius: 50%; left: 27.5%; top: 27.5%; position: absolute;
}
.shine { width: 30%; height: 30%; background-color: #fff; border-radius: 50%; top: 20%; left: 50%; position: absolute;
}
.smile { width: 40%; height: 7%; background-color: #5F361E; border-radius: 0 0 500px 500px; left: 30%; top: 65%; position: absolute; overflow: hidden;
}
.tooth { width: 20%; height: 45%; background-color: #fff; border-radius: 0 0 50% 50%; position: absolute; top: -10%;
}
.tooth1 { left: 10%;
}
.tooth2 { left: 30%;
}
.tooth3 { left: 50%;
}
.tooth4 { left: 70%;
}
.jumperTop { width: 60%; height: 25%; background-color: #2B5B89; top: 85%; left: 20%; position: absolute; z-index: 2;
}
.pocket { width: 50%; height: 50%; background-color:#224467; border-radius: 0 0 500px 500px; position: absolute; left: 25%; top: 30%;
}
.jumperBottom { width: 100%; height: 25%; top: 100%; left: 0; position: absolute; background-color: #2B5B89; border-radius: 0 0 50px 50px;
}
.shoulderStrap { background-color: #294a6d; width: 7%; height: 20%; position: absolute; top: 75%; z-index: 3;
}
.shoulderStrapLeft { left: 8%; -webkit-transform: rotate(-60deg); -moz-transform: rotate(-60deg); -o-transform: rotate(-60deg); -ms-transform: rotate(-60deg); transform: rotate(-60deg);
}
.shoulderStrapRight { right: 8%; -webkit-transform: rotate(60deg); -moz-transform: rotate(60deg); -o-transform: rotate(60deg); -ms-transform: rotate(60deg); transform: rotate(60deg);
}
.pin { width: 80%; height: 17%; background-color: #2B2C26; border-radius: 50%; position: absolute; left: 10%; top: 80%;
}
.arm { width: 10%; height: 40%; background-color: #f7e438; position: absolute;
}
.armLeft { border-radius: 500px 0 0 0; left: -10%; top: 85%;
}
.armRight { border-radius: 0 500px 0 0; right: -10%; top: 85%;
}
.glove { width: 14%; height: 7%; background-color: #483C45; position: absolute; -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%); -moz-clip-path: polygon(50% 0%, 0% 100%, 100% 100%); -o-clip-path: polygon(50% 0%, 0% 100%, 100% 100%); -ms-clip-path: polygon(50% 0%, 0% 100%, 100% 100%); clip-path: polygon(50% 0%, 0% 100%, 100% 100%); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); top: 125%;
}
.gloveLeft { left: -12.5%;
}
.gloveRight { right: -12.5%;
}
.fist { width: 12%; height: 7%; background-color: #483C45; position: absolute; top: 127%;
}
.fistLeft { left: -10%; border-radius: 20% 50% 50% 20%;
}
.fistRight { right: -10%; border-radius: 50% 20% 20% 50%;
}
.leg { width: 23%; height: 10%; background-color:#234465; position: absolute; top: 125%;
}
.legLeft { left: 25%; -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 80%); -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 80%); -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 80%); -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 80%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 80%);
}
.legRight { right: 25%; -webkit-clip-path: polygon(0 0, 100% 0, 90% 80%, 0 100%); -moz-clip-path: polygon(0 0, 100% 0, 90% 80%, 0 100%); -o-clip-path: polygon(0 0, 100% 0, 90% 80%, 0 100%); -ms-clip-path: polygon(0 0, 100% 0, 90% 80%, 0 100%); clip-path: polygon(0 0, 100% 0, 90% 80%, 0 100%); z-index: 2;
}
.shoe { width: 35%; height: 10%; background-color: #3E433F; position: absolute; top: 133%; z-index: -1;
}
.shoeLeft { border-radius: 500px 0 0 100px; left: 13%;
}
.shoeRight { border-radius: 0 500px 100px 0; right: 13%;
}
.sole { background-color: #2C2C2C; width: 36%; height: 1.5%; position: absolute; top: 142.5%;
}
.soleLeft { left: 12%;
}
.soleRight { right: 12%;
}
.audioContainer { height: 15%; width: 10%; overflow: hidden; position: absolute; top: 150%; left: 45%; margin-bottom: 15%;
}
.audio { position: absolute; top: -154%;
}
Stuart the Minion - Script Codes
Stuart the Minion - Script Codes
Home Page Home
Developer Kenneth Alvares
Username kenalvares
Uploaded December 06, 2022
Rating 3
Size 2,828 Kb
Views 6,072
Do you need developer help for Stuart the Minion?

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!

Kenneth Alvares (kenalvares) Script Codes
Create amazing web 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!