Bird

Developer
Size
2,530 Kb
Views
14,168

How do I make an bird?

What is a bird? How do you make a bird? This script and codes were developed by Vijay Gupta on 10 November 2022, Thursday.

Bird Previews

Bird - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Bird</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="bird"> <div class="bird__head"> <div class="bird__eyes"></div> </div> <div class="bird__body"></div>
</div>
</body>
</html>

Bird - Script Codes CSS Codes

body { height: 100vh; background: #eee;
}
.bird { width: 100px; height: 100px; position: relative; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transform: scale(1.5); transform: scale(1.5);
}
.bird__head { position: relative; width: 40px; height: 40px; background: #F7A820; border-radius: 80% 0 0 10%; box-shadow: inset black 0 0 0 5px; border: 0;
}
.bird__head:after { content: ''; position: absolute; right: -20px; width: 40px; height: 40px; border-radius: 50%; background: #eee; box-shadow: inset black 0 0 0 5px;
}
.bird__head:before { content: ''; position: absolute; width: 30px; height: 15px; right: -35px; border-radius: 0 20px 10px 0; background: black; -webkit-transform: rotate(-7deg); transform: rotate(-7deg);
}
.bird__head .bird__eyes { width: 20px; height: 20px; position: absolute; background: black; border-radius: 50%; top: 5px; right: 0; z-index: 1;
}
.bird__head .bird__eyes:after { content: ''; position: absolute; width: 10px; height: 10px; background: white; border-radius: 50%; top: 2px; left: 5px;
}
.bird__body { width: 40px; height: 40px; border: black 5px solid; border-radius: 100% 0; -webkit-transform: rotate(70deg); transform: rotate(70deg); -webkit-transform-origin: 0 0; transform-origin: 0 0; left: 80px; top: -20px; position: relative;
}
.bird__body:after { content: ''; position: absolute; width: 10px; height: 10px; border: black 5px solid; top: 7px; left: 35px; -webkit-transform: skew(-20deg); transform: skew(-20deg);
}
.bird__body:before { content: ''; position: absolute; top: 30px; right: -20px; background: black; width: 30px; height: 5px; -webkit-transform: rotate(-70deg); transform: rotate(-70deg);
}
Bird - Script Codes
Bird - Script Codes
Home Page Home
Developer Vijay Gupta
Username ivijaygupta
Uploaded November 10, 2022
Rating 3.5
Size 2,530 Kb
Views 14,168
Do you need developer help for Bird?

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!

Vijay Gupta (ivijaygupta) 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!