Math, asked by 150247aditi9, 9 months ago

467Ч - чव्हाट इज टू प्लस टू ​

Answers

Answered by VaishnaviMohan
0

 \huge {2+2=4}

&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;Cat&lt;/title&gt;</p><p></p><p>&lt;/head&gt;</p><p></p><p>&lt;body&gt;</p><p></p><p>&lt;div id="cat"&gt;</p><p></p><p>		&lt;div id="ears"&gt;</p><p></p><p>				&lt;div class="ear"&gt;&lt;/div&gt;</p><p>				&lt;div class="ear"&gt;&lt;/div&gt;</p><p></p><p>		&lt;/div&gt;</p><p></p><p>		&lt;div id="head"&gt;</p><p></p><p>			&lt;div id="eyes"&gt;</p><p></p><p>				&lt;div class="eye"&gt;</p><p>					&lt;div class="pupil"&gt;</p><p>						&lt;div class="pupil_ref"&gt;&lt;/div&gt;</p><p>					&lt;/div&gt;</p><p>				&lt;/div&gt;</p><p>				&lt;div class="eye"&gt;</p><p>					&lt;div class="pupil"&gt;</p><p>						&lt;div class="pupil_ref"&gt;&lt;/div&gt;</p><p>					&lt;/div&gt;</p><p>				&lt;/div&gt;</p><p></p><p>			&lt;/div&gt;</p><p></p><p>			&lt;div id="nose"&gt;&lt;/div&gt;</p><p>			&lt;div id="baffi_dx"&gt;</p><p>					&lt;div class="baffo"&gt;&lt;/div&gt;</p><p>					&lt;div class="baffo"&gt;&lt;/div&gt;</p><p>					&lt;div class="baffo"&gt;&lt;/div&gt;</p><p>			&lt;/div&gt;</p><p></p><p>			&lt;div id="baffi_sx"&gt;</p><p>					&lt;div class="baffo"&gt;&lt;/div&gt;</p><p>					&lt;div class="baffo"&gt;&lt;/div&gt;</p><p>					&lt;div class="baffo"&gt;&lt;/div&gt;</p><p>			&lt;/div&gt;</p><p></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>@keyframes an-pupils {</p><p>    from {</p><p>        left: 60px;</p><p>    }</p><p>    to {</p><p>        left: 0px;</p><p>    }</p><p>}</p><p></p><p>@keyframes an-ears {</p><p>    from {</p><p>       top:0;</p><p>    }</p><p>    to {</p><p>       top:25px;</p><p>    }</p><p>}</p><p></p><p>body {</p><p>  background-color:#0A7E8C;</p><p>}</p><p></p><p>#cat {</p><p>	width: 480px;</p><p>	margin:20px auto;</p><p>  </p><p>}</p><p></p><p></p><p>#head {</p><p>	width: 400px;</p><p>	height: 370px;</p><p>	background-color: #171717;</p><p>	border-radius: 50%;</p><p>	margin: auto;</p><p>}</p><p></p><p>#ears {</p><p> height: 65px;</p><p> position: relative;</p><p> left: 35px;</p><p> animation-name: an-ears;</p><p>    animation-duration: 1s;</p><p>    animation-iteration-count: infinite;</p><p>    animation-direction: alternate-reverse;</p><p>}</p><p></p><p>.ear{</p><p>	width: 0; </p><p>	height: 0; </p><p>	border-left: 90px solid transparent;  </p><p>	border-right: 90px solid transparent; </p><p>	border-bottom: 160px solid #171717; </p><p>	font-size: 0;</p><p>	line-height: 0;</p><p>	float: left;</p><p>	margin-right: 60px;</p><p>	-ms-transform: rotate(35deg); </p><p>    -webkit-transform: rotate(35deg); </p><p>    transform: rotate(35deg);</p><p>      </p><p>}</p><p></p><p>.ear:first-child {</p><p>	-ms-transform: rotate(-35deg); </p><p>    -webkit-transform: rotate(-35deg); </p><p>    transform: rotate(-35deg);</p><p>}</p><p></p><p>#eyes {</p><p>	clear: both;</p><p>	width: 350px;</p><p>	position: relative;</p><p>	top: 25px;</p><p>	left: 53px;</p><p>}</p><p></p><p>.eye {</p><p>	width: 120px;</p><p>	height: 120px;</p><p>	background-color: #FFFFFF;</p><p>	border-radius: 50%;</p><p>	float: left;</p><p>	</p><p>}</p><p></p><p>.eye:first-child {</p><p>	margin-right: 50px;</p><p>}</p><p></p><p>.pupil {</p><p>	position: relative;</p><p>	top:40px;</p><p>	background-color: #000000;</p><p>	border-radius: 50%;</p><p>	width: 80px;</p><p>	height: 80px;</p><p>	animation-name: an-pupils;</p><p>    animation-duration: 1s;</p><p>    animation-iteration-count: infinite;</p><p>    animation-direction: alternate-reverse;</p><p></p><p>}</p><p></p><p>.pupil_ref {</p><p>	background-color: #FFFFFF;</p><p>	border-radius: 45%;</p><p>	width: 30px;</p><p>	height: 30px;</p><p>	position: relative;</p><p>	top: 40px;</p><p>	left: 10px;</p><p></p><p>}</p><p></p><p>#nose {</p><p>	width: 45px;</p><p>	height: 30px;</p><p>	border-radius: 50%;</p><p>	background-color: #FFFFFF;</p><p>	position: relative;</p><p>	top: 160px;</p><p>	left: 170px;</p><p>}</p><p></p><p>#baffi_sx {</p><p>position: relative;</p><p>left: -100px;</p><p>top: 85px;</p><p>-ms-transform: rotate(10deg); </p><p>    -webkit-transform: rotate(10deg); </p><p>    transform: rotate(10deg);</p><p>}</p><p></p><p>#baffi_dx {</p><p>position: relative;</p><p>left: 223px;</p><p>top: 96px;</p><p>-ms-transform: rotate(-10deg); </p><p>    -webkit-transform: rotate(-10deg); </p><p>    transform: rotate(-10deg);</p><p>}</p><p></p><p>.baffo{</p><p>  width:260px; </p><p>  height:5px;  </p><p>  border:solid 3px #000;</p><p>  border-color:#000 transparent transparent transparent;</p><p>  border-radius: 60%/30px 30px 0 0;</p><p></p><p>}</p><p></p><p>&lt;/style&gt;</p><p>&lt;/bold&gt;</p><p>&lt;/html&gt;

Answered by pd92719
0

Answer: 2+2=4

Step-by-step explanation:

Similar questions