India Languages, asked by RedAnt2008, 7 months ago

Telugu: What is the "Gurintalu" of "Ma" the 41st letter and "Ya" the 42nd letter of varnmala in Telugu

Answers

Answered by GRANDxSAMARTH
4

Explanation:

</p><p>&lt;!DOCTYPE html&gt;</p><p>&lt;html&gt;</p><p>&lt;head&gt;&lt;title&gt;HTML fan&lt;/title&gt;</p><p>&lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;&lt;/head&gt;</p><p>&lt;style type="text/css"&gt;</p><p>#fr{</p><p>width:300px;</p><p>height:300px;</p><p>border:10px dashed silver;</p><p>border-radius:150px;</p><p>background:radial-gradient(white,black);</p><p>}</p><p>#fa1{</p><p>position:relative;</p><p>width:300px;</p><p>height:50px;</p><p>background-color:silver;</p><p>top:125px;</p><p>border-radius:25px;</p><p>animation:spin 0.75s linear infinite ;</p><p>}</p><p>@keyframes spin{</p><p>to{transform:rotate(0deg);}</p><p>from{transform:rotate(-360deg);}</p><p>}</p><p>#fa2{</p><p>position:Absolute;</p><p>width:300px;</p><p>height:50px;</p><p>background-color:silver;</p><p>top:135px;</p><p>border-radius:25px;</p><p>transform:rotate(90deg);</p><p>animation:spin2 0.75s linear infinite ;</p><p>}</p><p>@keyframes spin2{</p><p>to{transform:rotate(-90deg);}</p><p>from{transform:rotate(-450deg);}</p><p>}</p><p>#cntr{</p><p>position:Absolute;</p><p>top:128px;</p><p>left:128px;</p><p>height:70px;</p><p>width:70px;</p><p>background:radial-gradient(white,black);</p><p>border-radius:35px;</p><p>}</p><p>span{</p><p>position:relative;</p><p>top:25%;</p><p>left:17%;</p><p>color:white;</p><p>text-shadow: 2px 2px 5px red;</p><p>font-family:cursive;</p><p>}</p><p>#stand{</p><p>background:radial-gradient(white 5%,gray 95%);</p><p>width:75px;</p><p>left:125px;</p><p>top:315px;</p><p>height:150px;</p><p>position:Absolute;</p><p>border-top:10px dashed ;</p><p>}</p><p>&lt;/style&gt;</p><p>&lt;body onload="navigator.vibrate(60000*5)"&gt;</p><p>&lt;div id="fr"&gt;</p><p>&lt;div id="fa1"&gt;</p><p>&lt;/div&gt;</p><p>&lt;div id="fa2"&gt;&lt;/div&gt;</p><p>&lt;div id="cntr" &gt;&lt;span&gt;Grand&lt;br&gt;Samarth&lt;/span&gt;&lt;/div&gt;</p><p>&lt;/div&gt;</p><p>&lt;div id="stand"&gt;</p><p>&lt;/div&gt;</p><p>&lt;/body&gt;</p><p>&lt;/html&gt;</p><p>

Similar questions