Eagle Tooth

Developer
Size
2,934 Kb
Views
30,360

How do I make an eagle tooth?

HTML/CSS version of this dribbble shot: http://dribbble.com/shots/205851-Eagle-Toothby: http://dribbble.com/michaelspitz. What is a eagle tooth? How do you make a eagle tooth? This script and codes were developed by Keith Wyland on 13 September 2022, Tuesday.

Eagle Tooth Previews

Eagle Tooth - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Eagle Tooth</title> <script src="https://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */
body { background: #3db2ec; padding: 2em; text-align: center; font-size: 10px;
}
p { padding: 1em 0; font-size: 2em; position: relative;
}
.wrap { width: 20em; margin: 0 auto;
}
.head { width: 5em; height: 10em; background: #a1daf8; margin: 0 auto -4em; border-radius: 1.8em; position: relative;
}
.head:before { position: absolute; content: ''; width: 1.3em; height: 0.6em; background: #3db2ec; border-radius: 0.4em; top: 1.3em;
}
.head:after { position: absolute; content: ''; background: #3db2ec; width: 4em; height: 3em; border-radius: 50%; top: 3.4em; right: -2.4em; z-index: -5; box-shadow: -0.1em -1.4em #a1daf8;
}
.wingL, .wingR { width: 10em; height: 10em; background-color: #f3faff; border-radius: 50%; position: relative; display: inline-block;
}
.wingL { box-shadow: 1em -1em #3db2ec;
}
.wingR { margin-left: -0.3em;
}
.wingR:after { position: absolute; content: ''; width: 11em; height: 10em; background: #f3faff; left: -0.95em; top: -0.0em; border-radius: 50%; box-shadow: -0.4em -1em #3db2ec;
}
.wingbase { width: 19em; height: 11em; background-color: #f3faff; margin-top: -5em; display: inline-block; position: relative;
}
.wingbase:after, .wingbase:before { position: absolute; content: ''; border-radius: 50%; background: #3db2ec; width: 5em; height: 16em; top: -0.4em; z-index:1;
}
.wingbase:before{ left: -4.2em; top: -0.3em;
}
.wingbase:after { right: -4.2em; top: -0.3em;
}
.wingcut { width: 20em; height: 20em; background: #3db2ec; transform: rotate(45deg); margin-top: -5em; position: absolute;
}
.wingcut:after, .wingcut:before { position: absolute; content: ''; background: #f3faff; height: 13.08em; width: 5em; border-radius: 50%;
}
.wingcut:before { left: -1.91em; top: -0.2em;
}
.wingcut:after { transform: rotate(-90deg); top: -5.9em; left: 4em;
}
.footL, .footR { width: 1em; height: 3em; background: #a1daf8; margin-top: 0.8em; z-index: 5; position: relative; display: inline-block; border-radius: 0.5em;
}
.footR { margin-left: 3em;
}
.footL:before, .footR:after { position: absolute; content: ''; width: 1em; height: 3em; background: #a1daf8; border-radius: 0.5em;
}
.footL:before { left: -1.5em;
}
.footR:after { right: -1.5em;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="wrap"> <div class="head"></div> <div class="wingL"></div><div class="wingR"></div> <div class="wingbase"></div> <div class="wingcut"></div> <div class="footL"></div> <div class="footR"></div>
</div>
<p><a href="https://codepen.io/keithwyland/pen/LcFbi" target="_blank">Behind the Scenes</a><p> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Eagle Tooth - Script Codes CSS Codes

body { background: #3db2ec; padding: 2em; text-align: center; font-size: 10px;
}
p { padding: 1em 0; font-size: 2em; position: relative;
}
.wrap { width: 20em; margin: 0 auto;
}
.head { width: 5em; height: 10em; background: #a1daf8; margin: 0 auto -4em; border-radius: 1.8em; position: relative;
}
.head:before { position: absolute; content: ''; width: 1.3em; height: 0.6em; background: #3db2ec; border-radius: 0.4em; top: 1.3em;
}
.head:after { position: absolute; content: ''; background: #3db2ec; width: 4em; height: 3em; border-radius: 50%; top: 3.4em; right: -2.4em; z-index: -5; box-shadow: -0.1em -1.4em #a1daf8;
}
.wingL, .wingR { width: 10em; height: 10em; background-color: #f3faff; border-radius: 50%; position: relative; display: inline-block;
}
.wingL { box-shadow: 1em -1em #3db2ec;
}
.wingR { margin-left: -0.3em;
}
.wingR:after { position: absolute; content: ''; width: 11em; height: 10em; background: #f3faff; left: -0.95em; top: -0.0em; border-radius: 50%; box-shadow: -0.4em -1em #3db2ec;
}
.wingbase { width: 19em; height: 11em; background-color: #f3faff; margin-top: -5em; display: inline-block; position: relative;
}
.wingbase:after, .wingbase:before { position: absolute; content: ''; border-radius: 50%; background: #3db2ec; width: 5em; height: 16em; top: -0.4em; z-index:1;
}
.wingbase:before{ left: -4.2em; top: -0.3em;
}
.wingbase:after { right: -4.2em; top: -0.3em;
}
.wingcut { width: 20em; height: 20em; background: #3db2ec; transform: rotate(45deg); margin-top: -5em; position: absolute;
}
.wingcut:after, .wingcut:before { position: absolute; content: ''; background: #f3faff; height: 13.08em; width: 5em; border-radius: 50%;
}
.wingcut:before { left: -1.91em; top: -0.2em;
}
.wingcut:after { transform: rotate(-90deg); top: -5.9em; left: 4em;
}
.footL, .footR { width: 1em; height: 3em; background: #a1daf8; margin-top: 0.8em; z-index: 5; position: relative; display: inline-block; border-radius: 0.5em;
}
.footR { margin-left: 3em;
}
.footL:before, .footR:after { position: absolute; content: ''; width: 1em; height: 3em; background: #a1daf8; border-radius: 0.5em;
}
.footL:before { left: -1.5em;
}
.footR:after { right: -1.5em;
}
Eagle Tooth - Script Codes
Eagle Tooth - Script Codes
Home Page Home
Developer Keith Wyland
Username keithwyland
Uploaded September 13, 2022
Rating 3
Size 2,934 Kb
Views 30,360
Do you need developer help for Eagle Tooth?

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!

Keith Wyland (keithwyland) Script Codes
Create amazing sales emails 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!