English, asked by abunaim4500, 6 months ago

vegetable selling van paragraph

Answers

Answered by 2013719sin
4

Answer:

here is your doremon code

[tx]

<!DOCTYPE html>

<html lang="en">

<head>

<title>Doraemon</title>

</head>

<body>

<div class="head">

<div class="eye_white">

<ul>

<li><div class="eye_black"></div></li>

<li><div class="eye_black"></div></li>

</ul>

</div>

<div class="white">

<div class="line_left">

</div>

<div class="line_right">

</div>

<div class="nose"></div>

<div class="line_vertical"></div>

<div class="mouth"></div>

</div>

</div>

<style>

.head{

width:600px;

height:600px;

border-radius:100%;

background:#3c9dca;

border: black solid thick;

}

.white{

width: 524px;

height: 462px;

border-radius: 100%;

position: relative;

top: 120px;

left: 38px;

background: #FFF;

border: black solid thin;

z-index: 0;

}

.eye_white {

position: relative;

top: 60px;

left: 130px;

z-index: 1;

}

.eye_white li{

width: 125px;

height: 152px;

border-radius: 100%;

background: #FFF;

list-style:none;

border: black solid thin;

display:block;

float:left;

}

.eye_black{

width: 25px;

height: 45px;

border-radius: 100%;

background: #000;

list-style:none;

top: 80px;

position:relative;

border: black solid thin;

display:block;

left: 10px;

-webkit-animation:move 6s ease infinite;

animation:move 6s ease infinite;

}

@-webkit-keyframes move {

16%{top:95px;left:30px;}

32%{top:100px;left:60px;}

48%{top:80px;left:90px}

64%{top:100px;left:60px}

80%{top:95px;left:30px}

}

@keyframes move {

16%{top:95px;left:30px;}

32%{top:100px;left:60px;}

48%{top:80px;left:90px}

64%{top:100px;left:60px}

80%{top:95px;left:30px}

}

.eye_black::before{

content:'';

width: 10px;

height: 15px;

border-radius: 100%;

background: #fff;

list-style: none;

top: 16px;

position: relative;

display: block;

left: 7px;

}

.line_left{

width: 150px;

height:2px;

transform:rotate(20deg);

top: 90px;

left: 14px;

position:relative;

border-radius: 10%;

background: #000;

list-style: none;

display: block;

}

.line_left::before{

content:'';

width: 150px;

height:2px;

top: 70px;

transform:rotate(-20deg);

position:relative;

border-radius: 10%;

background: #000;

list-style: none;

display: block;

}

.line_left::after{

content:'';

transform:rotate(-40deg);

width: 150px;

height:2px;

top: 120px;

left: 30px;

position:relative;

border-radius: 10%;

background: #000;

list-style: none;

display: block;

}

.line_right{

width: 150px;

height:2px;

transform:rotate(160deg);

top: 90px;

left: 370px;

position:relative;

border-radius: 10%;

background: #000;

list-style: none;

display: block;

}

.line_right::before{

content:'';

width: 150px;

height:2px;

bottom: 100px;

position:relative;

transform:rotate(30deg);

border-radius: 10%;

background: #000;

list-style: none;

display: block;

left:20px;

}

.line_right::after{

content:'';

width: 150px;

height:2px;

bottom: 50px;

transform:rotate(10deg);

left: 0px;

position:relative;

border-radius: 10%;

background: #000;

list-style: none;

display: block;

}

.nose{

width: 45px;

height: 45px;

border-radius: 100%;

background: #b90319;

list-style: none;

top: 60px;

position: relative;

border: black solid thin;

display: block;

left: 236px;

z-index:2;

}

.nose::after{

content: '';

width: 15px;

height: 15px;

border-radius: 100%;

background: #FFF;

list-style: none;

top: 19px;

position: relative;

border: black solid thin;

display: block;

left: 9px;

}

.line_vertical{

width: 2px;

height: 310px;

top: 40px;

left: 258px;

position: relative;

border-radius: 10%;

background: #000;

z-index: 1;

}

.mouth{

width: 400px;

height: 400px;

border-radius: 100%;

top: -358px;

left: 62px;

position: relative;

background: #000;

z-index: -1;

}

.mouth::after{

content: '';

width: 402px;

height: 401px;

top: -4px;

left: -1px;

border-radius: 100%;

position: relative;

display: block;

background: #FFF;

}

</style>

</body>

</html>[/tex]

Explanation:

This is your answer mate

Answered by Anonymous
26

Explanation:

Answer:

</p><p></p><p>&lt;!DOCTYPE html&gt;</p><p></p><p>&lt;html lang="en"&gt;</p><p></p><p>&lt;head&gt;</p><p></p><p>&lt;title&gt;Doraemon&lt;/title&gt;</p><p></p><p>&lt;/head&gt;</p><p></p><p>&lt;body&gt;</p><p></p><p>&lt;div class="head"&gt;</p><p></p><p>&lt;div class="eye_white"&gt;</p><p></p><p>&lt;ul&gt;</p><p></p><p>&lt;li&gt;&lt;div class="eye_black"&gt;&lt;/div&gt;&lt;/li&gt;</p><p></p><p>&lt;li&gt;&lt;div class="eye_black"&gt;&lt;/div&gt;&lt;/li&gt;</p><p></p><p>&lt;/ul&gt;</p><p></p><p>&lt;/div&gt;</p><p></p><p>&lt;div class="white"&gt;</p><p></p><p>&lt;div class="line_left"&gt;</p><p></p><p>&lt;/div&gt;</p><p></p><p>&lt;div class="line_right"&gt;</p><p></p><p>&lt;/div&gt;</p><p></p><p>&lt;div class="nose"&gt;&lt;/div&gt;</p><p></p><p>&lt;div class="line_vertical"&gt;&lt;/div&gt;</p><p></p><p>&lt;div class="mouth"&gt;&lt;/div&gt;</p><p></p><p>&lt;/div&gt;</p><p></p><p>&lt;/div&gt;</p><p></p><p>&lt;style&gt;</p><p></p><p>.head{</p><p></p><p>width:600px;</p><p></p><p>height:600px;</p><p></p><p>border-radius:100%;</p><p></p><p>background:#3c9dca;</p><p></p><p>border: black solid thick;</p><p></p><p>}</p><p></p><p>.white{</p><p></p><p>width: 524px;</p><p></p><p>height: 462px;</p><p></p><p>border-radius: 100%;</p><p></p><p>position: relative;</p><p></p><p>top: 120px;</p><p></p><p>left: 38px;</p><p></p><p>background: #FFF;</p><p></p><p>border: black solid thin;</p><p></p><p>z-index: 0;</p><p></p><p>}</p><p></p><p>.eye_white {</p><p></p><p>position: relative;</p><p></p><p>top: 60px;</p><p></p><p>left: 130px;</p><p></p><p>z-index: 1;</p><p></p><p>}</p><p></p><p>.eye_white li{</p><p></p><p>width: 125px;</p><p></p><p>height: 152px;</p><p></p><p>border-radius: 100%;</p><p></p><p>background: #FFF;</p><p></p><p>list-style:none;</p><p></p><p>border: black solid thin;</p><p></p><p>display:block;</p><p></p><p>float:left;</p><p></p><p>}</p><p></p><p>.eye_black{</p><p></p><p>width: 25px;</p><p></p><p>height: 45px;</p><p></p><p>border-radius: 100%;</p><p></p><p>background: #000;</p><p></p><p>list-style:none;</p><p></p><p>top: 80px;</p><p></p><p>position:relative;</p><p></p><p>border: black solid thin;</p><p></p><p>display:block;</p><p></p><p>left: 10px;</p><p></p><p>-webkit-animation:move 6s ease infinite;</p><p></p><p>animation:move 6s ease infinite;</p><p></p><p>}</p><p></p><p>@-webkit-keyframes move {</p><p></p><p>16%{top:95px;left:30px;}</p><p></p><p>32%{top:100px;left:60px;}</p><p></p><p>48%{top:80px;left:90px}</p><p></p><p>64%{top:100px;left:60px}</p><p></p><p>80%{top:95px;left:30px}</p><p></p><p>}</p><p></p><p>@keyframes move {</p><p></p><p>16%{top:95px;left:30px;}</p><p></p><p>32%{top:100px;left:60px;}</p><p></p><p>48%{top:80px;left:90px}</p><p></p><p>64%{top:100px;left:60px}</p><p></p><p>80%{top:95px;left:30px}</p><p></p><p>}</p><p></p><p>.eye_black::before{</p><p></p><p>content:'';</p><p></p><p>width: 10px;</p><p></p><p>height: 15px;</p><p></p><p>border-radius: 100%;</p><p></p><p>background: #fff;</p><p></p><p>list-style: none;</p><p></p><p>top: 16px;</p><p></p><p>position: relative;</p><p></p><p>display: block;</p><p></p><p>left: 7px;</p><p></p><p>}</p><p></p><p>.line_left{</p><p></p><p>width: 150px;</p><p></p><p>height:2px;</p><p></p><p>transform:rotate(20deg);</p><p></p><p>top: 90px;</p><p></p><p>left: 14px;</p><p></p><p>position:relative;</p><p></p><p>border-radius: 10%;</p><p></p><p>background: #000;</p><p></p><p>list-style: none;</p><p></p><p>display: block;</p><p></p><p>}</p><p></p><p>.line_left::before{</p><p></p><p>content:'';</p><p></p><p>width: 150px;</p><p></p><p>height:2px;</p><p></p><p>top: 70px;</p><p></p><p>transform:rotate(-20deg);</p><p></p><p>position:relative;</p><p></p><p>border-radius: 10%;</p><p></p><p>background: #000;</p><p></p><p>list-style: none;</p><p></p><p>display: block;</p><p></p><p>}</p><p></p><p>.line_left::after{</p><p></p><p>content:'';</p><p></p><p>transform:rotate(-40deg);</p><p></p><p>width: 150px;</p><p></p><p>height:2px;</p><p></p><p>top: 120px;</p><p></p><p>left: 30px;</p><p></p><p>position:relative;</p><p></p><p>border-radius: 10%;</p><p></p><p>background: #000;</p><p></p><p>list-style: none;</p><p></p><p>display: block;</p><p></p><p>}</p><p></p><p>.line_right{</p><p></p><p>width: 150px;</p><p></p><p>height:2px;</p><p></p><p>transform:rotate(160deg);</p><p></p><p>top: 90px;</p><p></p><p>left: 370px;</p><p></p><p>position:relative;</p><p></p><p>border-radius: 10%;</p><p></p><p>background: #000;</p><p></p><p>list-style: none;</p><p></p><p>display: block;</p><p></p><p>}</p><p></p><p>.line_right::before{</p><p></p><p>content:'';</p><p></p><p>width: 150px;</p><p></p><p>height:2px;</p><p></p><p>bottom: 100px;</p><p></p><p>position:relative;</p><p></p><p>transform:rotate(30deg);</p><p></p><p>border-radius: 10%;</p><p></p><p>background: #000;</p><p></p><p>list-style: none;</p><p></p><p>display: block;</p><p></p><p>left:20px;</p><p></p><p>}</p><p></p><p>.line_right::after{</p><p></p><p>content:'';</p><p></p><p>width: 150px;</p><p></p><p>height:2px;</p><p></p><p>bottom: 50px;</p><p></p><p>transform:rotate(10deg);</p><p></p><p>left: 0px;</p><p></p><p>position:relative;</p><p></p><p>border-radius: 10%;</p><p></p><p>background: #000;</p><p></p><p>list-style: none;</p><p></p><p>display: block;</p><p></p><p>}</p><p></p><p>.nose{</p><p></p><p>width: 45px;</p><p></p><p>height: 45px;</p><p></p><p>border-radius: 100%;</p><p></p><p>background: #b90319;</p><p></p><p>list-style: none;</p><p></p><p>top: 60px;</p><p></p><p>position: relative;</p><p></p><p>border: black solid thin;</p><p></p><p>display: block;</p><p></p><p>left: 236px;</p><p></p><p>z-index:2;</p><p></p><p>}</p><p></p><p>.nose::after{</p><p></p><p>content: '';</p><p></p><p>width: 15px;</p><p></p><p>height: 15px;</p><p></p><p>border-radius: 100%;</p><p></p><p>background: #FFF;</p><p></p><p>list-style: none;</p><p></p><p>top: 19px;</p><p></p><p>position: relative;</p><p></p><p>border: black solid thin;</p><p></p><p>display: block;</p><p></p><p>left: 9px;</p><p></p><p>}</p><p></p><p>.line_vertical{</p><p></p><p>width: 2px;</p><p></p><p>height: 310px;</p><p></p><p>top: 40px;</p><p></p><p>left: 258px;</p><p></p><p>position: relative;</p><p></p><p>border-radius: 10%;</p><p></p><p>background: #000;</p><p></p><p>z-index: 1;</p><p></p><p>}</p><p></p><p>.mouth{</p><p></p><p>width: 400px;</p><p></p><p>height: 400px;</p><p></p><p>border-radius: 100%;</p><p></p><p>top: -358px;</p><p></p><p>left: 62px;</p><p></p><p>position: relative;</p><p></p><p>background: #000;</p><p></p><p>z-index: -1;</p><p></p><p>}</p><p></p><p>.mouth::after{</p><p></p><p>content: '';</p><p></p><p>width: 402px;</p><p></p><p>height: 401px;</p><p></p><p>top: -4px;</p><p></p><p>left: -1px;</p><p></p><p>border-radius: 100%;</p><p></p><p>position: relative;</p><p></p><p>display: block;</p><p></p><p>background: #FFF;</p><p></p><p>}</p><p></p><p>&lt;/style&gt;</p><p></p><p>&lt;/body&gt;</p><p></p><p>&lt;/html&gt;

Similar questions