English, asked by tsheikh55, 10 months ago

عورتیں کپڑے نہیں سیتی ہیں​

Answers

Answered by DrNykterstein
1

</p><p></p><p>&lt;!DOCTYPE html&gt;</p><p>&lt;html&gt;</p><p>    &lt;head&gt;</p><p>        &lt;title&gt;Page Title&lt;/title&gt;</p><p>    &lt;/head&gt;</p><p>    &lt;body&gt;</p><p>    &lt;div id="cont"&gt;</p><p>        &lt;center&gt;&lt;div id="hand"&gt;&lt;/div&gt;&lt;/center&gt;</p><p>        &lt;center&gt;&lt;div id="hand1"&gt;&lt;/div&gt;&lt;/center&gt;</p><p>    &lt;/div&gt;</p><p>    &lt;div id="cont"&gt;</p><p>        &lt;center&gt;&lt;div id="hand"&gt;&lt;/div&gt;&lt;/center&gt;</p><p>        &lt;center&gt;&lt;div id="hand1"&gt;&lt;/div&gt;&lt;/center&gt;</p><p>    &lt;/div&gt;</p><p>    </p><p>    &lt;style&gt;</p><p>        body {</p><p>            height: 580px;</p><p>        }</p><p>        </p><p>        #hand1 {</p><p>    width: 20px;</p><p>    height: 10px;</p><p>    border-radius: 10px;</p><p>    animation: anim1 2s linear 1ms infinite;</p><p>    margin-top: -10px;</p><p>}</p><p></p><p>@keyframes anim1 {</p><p>    0% {</p><p>        background-color: blue;</p><p>    }</p><p>    50% {</p><p>        height: 150px;</p><p>        background-color: skyblue;</p><p>    }</p><p>    100% {</p><p>        transform: rotate(-360deg);</p><p>        border-radius: 100%;</p><p>        height: 10px;</p><p>        background-color: blue;</p><p>    }</p><p>}</p><p></p><p>#hand {</p><p>    width: 20px;</p><p>    height: 10px;</p><p>    border-radius: 10px;</p><p>    animation: anim 2s linear 1ms infinite;</p><p>}</p><p></p><p>@keyframes anim {</p><p>    0% {</p><p>        background-color: red;</p><p>    }</p><p>    50% {</p><p>        height: 150px;</p><p>        background-color: #ffcccc;</p><p>    }</p><p>    100% {</p><p>        transform: rotate(360deg);</p><p>        border-radius: 100%;</p><p>        height: 10px;</p><p>        background-color: red;</p><p>    }</p><p>}</p><p></p><p>#cont {</p><p>    margin: 0;</p><p>    padding: 0;</p><p>}</p><p>    &lt;/style&gt;</p><p>    &lt;/body&gt;</p><p>&lt;/html&gt;</p><p></p><p>

Han nahi seeti hain... toh?

Similar questions