<style>
.arpk {
position: relative;
margin: auto;
display: block;
margin-top: -70px;
margin-left: -90px;
width: 450px;
height: 300px;
background: none;
}
.arpk-head {
position: absolute;
top: 13.5%;
left: 25%;
width: 50%;
height: 67%;
background-color: mistyrose;
border-radius: 50%;
}
.head-copy {
position: absolute;
width: 100%;
height: 100%;
background: mistyrose;
border-radius: 50%;
border-bottom-left-radius: 44%;
border-bottom-right-radius: 44%;
z-index: 2;
}
.cheeks {
position: absolute;
width: 100%;
height: 55%;
background: mistyrose;
bottom: 0;
border-radius: 50%;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
z-index: 2;
}
.ear-left {
position: absolute;
border-radius: 50%;
width: 20%;
height: 65%;
top: 1%;
background: mistyrose;
z-index: 1;
left: -15%;
transform: rotate(60deg);
}
.ear-right {
position: absolute;
border-radius: 50%;
width: 20%;
height: 65%;
top: 1%;
background: mistyrose;
z-index: 1;
right: -15%;
transform: rotate(300deg);
}
.eye-left {
position: absolute;
border-radius: 50%;
background: white;
width: 30%;
height: 30%;
top: 45%;
z-index: 3;
left: 13%;
}
.eye-right {
position: absolute;
border-radius: 50%;
background: white;
width: 30%;
height: 30%;
top: 45%;
z-index: 3;
right: 13%;
}
.pupil {
position: absolute;
width: 45%;
height: 45%;
top: 30%;
left: 28%;
border-radius: 50%;
background: lightblue;
border-bottom: 5px solid darken(lightblue, 10%);
}
.pupilshine {
position: absolute;
width: 20%;
height: 20%;
top: 20%;
left: 28%;
border-radius: 50%;
background: white;
}
.blush-left {
position: absolute;
width: 11%;
height: 5%;
top: 70%;
left: 10%;
border-radius: 50%;
background: pink;
z-index: 5;
overflow: visible;
box-shadow: 0px 0px 7px pink;
}
.blush-right {
position: absolute;
width: 11%;
height: 5%;
top: 70%;
right: 10%;
border-radius: 50%;
background: pink;
z-index: 5;
overflow: visible;
box-shadow: 0px 0px 7px pink;
}
.nose {
position: absolute;
background: white;
width: 50%;
height: 35%;
left: 25%;
top: 57%;
border-radius: 50%;
z-index: 4;
border-bottom: 6px solid #eee;
}
.nose1 {
display: block;
height: 15px;
width: 1px;
background-color: dimgrey;
position: absolute;
top: 64%;
right: 48%;
transform: rotate(45deg);
z-index: 4;
}
.nose2 {
display: block;
height: 15px;
width: 1px;
background-color: dimgrey;
position: absolute;
top: 64%;
left: 48%;
transform: rotate(315deg);
z-index: 4;
}
.mouth1 {
display: block;
height: 10%;
width: 10%;
background-color: transparent;
position: absolute;
top: 65%;
left: 40%;
border-radius: 50%;
border-bottom: 3px solid dimgrey;
z-index: 4;
}
.mouth2 {
display: block;
height: 10%;
width: 10%;
background-color: transparent;
position: absolute;
top: 65%;
right: 40%;
border-radius: 50%;
border-bottom: 3px solid dimgrey;
z-index: 4;
}
.mouth3 {
display: block;
height: 6px;
width: 1px;
background-color: lightgray;
position: absolute;
top: 69%;
right: 49.8%;
z-index: 4;
}
.arpkbody {
position: absolute;
border-radius: 50%;
top: 64%;
left: 21%;
width: 58%;
height: 65%;
background-color: mistyrose;
border-bottom-left-radius: 40%;
border-bottom-right-radius: 40%;
z-index: 1;
}
.apfoot-left {
position: absolute;
width: 13%;
height: 30%;
background-color: darken(mistyrose, 7%);
border-radius: 50%;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 45%;
border-bottom-right-radius: 45%;
bottom: -45%;
left: 31%;
transform: rotate(350deg);
}
.apfoot-right {
position: absolute;
bottom: -45%;
width: 13%;
height: 30%;
background-color: darken(mistyrose, 7%);
border-radius: 50%;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 45%;
border-bottom-right-radius: 45%;
right: 31%;
transform: rotate(10deg);
}
.shadow {
display: none;
position: absolute;
bottom: -46%;
left: 25%;
width: 50%;
height: 5%;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.05);
z-index: -1;
}
.apfoot-left-back {
position: absolute;
bottom: -40%;
left: 35%;
width: 13%;
height: 30%;
background-color: #75c3c3;
border-radius: 50%;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 45%;
border-bottom-right-radius: 45%;
transform: rotate(350deg);
z-index: 0;
}
.apfoot-right-back {
position: absolute;
bottom: -40%;
right: 35%;
width: 13%;
height: 30%;
background-color: #75c3c3;
border-radius: 50%;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 45%;
border-bottom-right-radius: 45%;
transform: rotate(10deg);
z-index: 0;
}
</style>
<div class="arpk">
<!-- Circular Head-->
<div class="arpk-head">
<div class="cheeks"></div>
<!-- Circular Head Copy -->
<div class="head-copy"></div>
<!-- Left Ear -->
<div class="ear-left"></div>
<div class="ear-right"> </div>
<!-- Left Outer Eye ~ White -->
<div class="eye-left">
<!-- Pupil ~ Black -->
<div class="pupil">
<div class="pupilshine"></div>
</div>
</div>
<div class="blush-left"></div>
<!-- Right Outer Eye ~ White -->
<div class="eye-right">
<!-- Pupil-->
<div class="pupil">
<div class="pupilshine"></div>
</div>
</div>
<div class="blush-right"></div>
<!-- Nose -->
<div class="nose">
</div>
<div class="nose1"></div>
<div class="nose2"></div>
<div class="mouth1"></div>
<div class="mouth2"></div>
<div class="mouth3"></div>
</div>
<!-- End Head -->
<div class="arpkbody"></div>
<div class="apfoot-left"></div>
<div class="apfoot-right"></div>
<div class="shadow"></div>
</div>
Original:
Comentários
Postar um comentário