| 1. |
Meaning of gunithashara in Kannada |
|
Answer» Change TX to tex ↓↓ [tx] body{ background-color:rgb(150,150,150); margin-top:100px; margin-left:5%; margin-right:5%; } pre{ font-weight: } .large1{ color:white; padding:10px 15px 10px 15px; border-radius:20px 0 0 5px ; text-decoration: font-weight:bold; } .large2{ color:white; padding:10px 15px 10px 15px; border-radius:0 20px 5px 0; text-decoration:none; font-weight:bold; } .small{ color: border-radius:7px 7px 0 0; padding:11px 7px 10px 7px; text-decoration:none; font-weight:bolder; font-family:Verdana; } @-webkit-keyframes whitePulse { from{background-color:white;-webkit-box-shadow:0 0 30px #333;} to{background-color:white;-webkit-box-shadow:0 0 50px #333;} } @-webkit-keyframes redPulse { from{background-color:red;-webkit-box-shadow:0 0 18px #333;} 50%{background-color:rgb(255,38,38);-webkit-box-shadow:0 0 70px rgb(255,38,38);} to{background-color:red;-webkit-box-shadow:0 0 18px #333;} } @-webkit-keyframes bluePulse { from{background-color:blue;-webkit-box-shadow:0 0 30px #333;} 50%{background-color:rgb(21,21,255);-webkit-box-shadow:0 0 150px rgb(10,10,255);} to{background-color:blue;-webkit-box-shadow:0 0 50px #333;} } .white.button{ -webkit-animation-name:whitePulse; -webkit-animation-duration:0.2s; -webkit-animation-iteration-count:infinite; } .red.button{ -webkit-animation-name:redPulse; -webkit-animation-duration:0.3s; -webkit-animation-iteration-count:infinite; } .blue.button{ -webkit-animation-name:bluePulse; -webkit-animation-duration:0.3s; -webkit-animation-iteration-count:infinite; } [/tex] |
|