Math, asked by pabhishek16891, 10 months ago

Please send 9class icse solution for All subject

Answers

Answered by himanshi1437
0

Answer:

cisce website is best to check out this

Answered by 7TeeN
5

</p><p></p><p>&lt;html&gt;</p><p>&lt;head&gt;</p><p>&lt;title&gt;</p><p>svg</p><p>&lt;/title&gt;</p><p>&lt;style&gt;</p><p>body {</p><p>    -webkit-animation: colorchange 15s linear infinite;</p><p>    animation-timing-function: linear;</p><p>    </p><p>}</p><p>@-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */</p><p>{</p><p>  0%   {background: rgb(148, 234, 255);}</p><p> 100% {background: black;}</p><p>}</p><p>#s1{animation: col 15s linear infinite;</p><p>animation-timing-function: linear;</p><p></p><p>}</p><p></p><p>@keyframes col {</p><p>0%{fill:orange}</p><p></p><p>100% {fill: white}</p><p>}</p><p>.center{</p><p>    height: 100vh;</p><p>    display: flex;</p><p>    justify-content: center;</p><p>    align-items: center;</p><p>    font-size:40px;</p><p>    color:rgb(190, 69, 214);</p><p>    text-shadow:5px 5px 9px rgb(204, 127, 219);</p><p>}</p><p></p><p>}</p><p>&lt;/style&gt;</p><p>&lt;/head&gt;</p><p>&lt;body&gt;</p><p>&lt;svg height="100" width="100"&gt;</p><p>  &lt;circle id="s1" cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red" /&gt;&lt;/svg&gt; </p><p>&lt;p class="center"&gt;Namaste &lt;/p&gt;</p><p></p><p></p><p></p><p>&lt;/body&gt;</p><p>&lt;/html&gt;</p><p></p><p>

Similar questions