Science, asked by VaishnaviMohan, 8 months ago

\Huge\fbox{\color{blue}{Best bro Mehak }}

Answers

Answered by rsultana331
3

Answer:

i totally agree............

Answered by Ҡαηнα
0

&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;Mickey Mouse&lt;/title&gt;</p><p></p><p>&lt;/head&gt;</p><p></p><p>&lt;body&gt;</p><p></p><p>&lt;div class="box"&gt;</p><p></p><p>&lt;div class="mouse mouse-lavender"&gt;&lt;/div&gt;</p><p></p><p>&lt;div class="mouse mouse-mint"&gt;&lt;/div&gt;</p><p></p><p>&lt;div class="mouse mouse-purple"&gt;&lt;/div&gt;</p><p></p><p>&lt;/div&gt;</p><p></p><p>&lt;style&gt;</p><p></p><p>body {</p><p></p><p>animation: background 3s infinite;</p><p></p><p>}</p><p></p><p>.box * {</p><p></p><p>position: absolute;</p><p></p><p>}</p><p></p><p>.box {</p><p></p><p>margin: 0 auto;</p><p></p><p>height: 300px;</p><p></p><p>width: 300px;</p><p></p><p>top: 50%;</p><p></p><p>transform: translateY(50%);</p><p></p><p>}</p><p></p><p>.mouse {</p><p></p><p>height: 100px;</p><p></p><p>width: 100px;</p><p></p><p>border-radius: 50%;</p><p></p><p>}</p><p></p><p>.mouse::before,</p><p></p><p>.mouse::after{</p><p></p><p>content: '';</p><p></p><p>position: absolute;</p><p></p><p>display: block;</p><p></p><p>height: 60px;</p><p></p><p>width: 60px;</p><p></p><p>border-radius: 50%;</p><p></p><p>}</p><p></p><p>.mouse::before {</p><p></p><p>top: -30%;</p><p></p><p>left: -30%;</p><p></p><p>}</p><p></p><p>.mouse::after {</p><p></p><p>top: -30%;</p><p></p><p>right: -30%;</p><p></p><p>}</p><p></p><p>.mouse-lavender {</p><p></p><p>background-color: #9b99ff;</p><p></p><p>top: 50%;</p><p></p><p>left: 0;</p><p></p><p>animation: beat 3s 1s infinite;</p><p></p><p>}</p><p></p><p>.mouse-lavender::before,</p><p></p><p>.mouse-lavender::after {</p><p></p><p>background-color: #9b99ff;</p><p></p><p>}</p><p></p><p>.mouse-mint {</p><p></p><p>background-color: #82fff3;</p><p></p><p>top: 50%;</p><p></p><p>right: 0;</p><p></p><p>animation: beat 3s 2s infinite;</p><p></p><p>}</p><p></p><p>.mouse-mint::before,</p><p></p><p>.mouse-mint::after {</p><p></p><p>background-color: #82fff3;</p><p></p><p>}</p><p></p><p>.mouse-purple {</p><p></p><p>background-color: #e682ff;</p><p></p><p>top: 0%;</p><p></p><p>left: 35%;</p><p></p><p>animation: beat 3s 3s infinite;</p><p></p><p>}</p><p></p><p>.mouse-purple::before,</p><p></p><p>.mouse-purple::after {</p><p></p><p>background-color: #e682ff;</p><p></p><p>}</p><p></p><p>@keyframes background2 {</p><p></p><p>0% {</p><p></p><p>background: #c3b8fc;</p><p></p><p>}</p><p></p><p>50% {</p><p></p><p>background: #ccfff6;</p><p></p><p>}</p><p></p><p>100% {</p><p></p><p>background: #feccff;</p><p></p><p>}</p><p></p><p>}</p><p></p><p>@keyframes beat {</p><p></p><p>0% {</p><p></p><p>transform: scale(1);</p><p></p><p>opacity: 1;</p><p></p><p>}</p><p></p><p>50% {</p><p></p><p>transform: scale(.6);</p><p></p><p>opacity: .6;</p><p></p><p>}</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;

COPY THIS

AND WRITE TEX IN TX

⬇⬇

[tx]<!DOCTYPE html>

<html lang="en">

<head>

<title>Mickey Mouse</title>

</head>

<body>

<div class="box">

<div class="mouse mouse-lavender"></div>

<div class="mouse mouse-mint"></div>

<div class="mouse mouse-purple"></div>

</div>

<style>

body {

animation: background 3s infinite;

}

.box * {

position: absolute;

}

.box {

margin: 0 auto;

height: 300px;

width: 300px;

top: 50%;

transform: translateY(50%);

}

.mouse {

height: 100px;

width: 100px;

border-radius: 50%;

}

.mouse::before,

.mouse::after{

content: '';

position: absolute;

display: block;

height: 60px;

width: 60px;

border-radius: 50%;

}

.mouse::before {

top: -30%;

left: -30%;

}

.mouse::after {

top: -30%;

right: -30%;

}

.mouse-lavender {

background-color: #9b99ff;

top: 50%;

left: 0;

animation: beat 3s 1s infinite;

}

.mouse-lavender::before,

.mouse-lavender::after {

background-color: #9b99ff;

}

.mouse-mint {

background-color: #82fff3;

top: 50%;

right: 0;

animation: beat 3s 2s infinite;

}

.mouse-mint::before,

.mouse-mint::after {

background-color: #82fff3;

}

.mouse-purple {

background-color: #e682ff;

top: 0%;

left: 35%;

animation: beat 3s 3s infinite;

}

.mouse-purple::before,

.mouse-purple::after {

background-color: #e682ff;

}

@keyframes background2 {

0% {

background: #c3b8fc;

}

50% {

background: #ccfff6;

}

100% {

background: #feccff;

}

}

@keyframes beat {

0% {

transform: scale(1);

opacity: 1;

}

50% {

transform: scale(.6);

opacity: .6;

}

}

</style>

</body>

</html>[/tex]

Similar questions