Ten easy lines on Vachan mela
Answers
Answer:
[tex]<!DOCTYPE html><html lang="en"><head><title>Shinchan</title></head><body><div class="face"><div class="forhead"></div><div class="cheeks"></div><div class="ear"></div><div class="eyebrow left"></div><div class="eyebrow right"></div><div class="eye left"></div><div class="eye right"></div><div class="mouth"></div><div class="shy"></div><div class="shy right"></div></div><style>
body {background:#FF0000}
.face {height: 600px;
width: 350px;
position: relative;
margin: auto;}
.face:before {content:'';
background:black;
height:122px;
width:95px;
position:absolute;
z-index:6;
left:210px;
top:29px;
border-radius:100% 190% 100% 0%;
transform: rotate(-20deg);}
.face:after {content:'';
width:230px;
height:180px;
background:black;
content:'';
transform: rotate(-8deg);
position:absolute;
border-radius:100% 160% 100% 0%;
left:70px;
bottom:-14px;
top:10px;
z-index:5;}
.forhead, .forhead:after {content: '';
width: 220px;
height: 181px;
background: #fbc6a3;
content: '';
transform: rotate(-3deg);
position: absolute;
border-radius: 60% 120% 50% 0%;
left: 67px;
bottom: -14px;
top: 21px;
z-index: 6;}
.forhead:after {width: 160px;
height: 150px;
border-radius: 150% 174% 159% 100%;
transform: rotate(-20deg);
top: 13px;
left: 59px;
border-top: 15px solid #fbc6a3;}
.forhead:before{background:#fbc6a3;
width:60px;
height:10px;
content:'';
position:absolute;
z-index:7;
left:105px;
top:9px;
transform: rotate(13deg);
border-radius:100%}
.ear [tex]<!DOCTYPE html>
<html lang="en">
<head>
<title>Cat in night</title>
</head>
<body>
<div id="wrapper">
<section class="sky">
<div class="moon"></div>
<ul>
<li class="cloud"></li>
<li class="cloud"></li>
<li class="cloud"></li>
</ul>
</section>
<section class="wall">
<section class="cat">
<div class="cat-head">
<div class="eyes">
<div class="eye"></div>
<div class="eye"></div>
</div>
</div>
<div class="cat-body">
<div class="tail"></div>
</div>
</section>
</section>
</div>
<style>
.sky {
height: 300px;
background: radial-gradient(#112A71, #000A31);
overflow: hidden;
position: relative; }
.sky .moon {
width: 80px;
height: 80px;
border-radius: 50%;
background-color: #FEFF79;
-webkit-box-shadow: 0 0 150px #FEFF79, inset 0 1px 20px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 150px #FEFF79, inset 0 1px 20px rgba(0, 0, 0, 0.3);
position: absolute;
top: 30px;
right: 100px; }
.sky .cloud {
width: 80px;
height: 30px;
background-color: #8D8D8D;
border-radius: 50px;
-webkit-box-shadow: inset 0 -1px 10px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 -1px 10px rgba(0, 0, 0, 0.3);
position: relative;
top: 60px;
left: 30px;
-webkit-animation: shift 100s infinite linear;
animation: shift 100s infinite linear; }
.sky .cloud:nth-child(2) {
-webkit-transform: scale(-1.5, 1.3);
transform: scale(-1.5, 1.3);
top: 100px;
left: 250px;
-webkit-animation-duration: 40s;
animation-duration: 40s; }
.sky .cloud:last-child {
top: 150px;
left: 100px;