English, asked by rameshkattimani375, 9 months ago

ತುಂಗಬದ್ರ ಜಲಾಶಯ ಯಾವ ಜಿಲ್ಲೆಯಲ್ಲಿದೆ​

Answers

Answered by llxdevilgirlxll
13

<html><head><meta name="viewport" content="width=device-width, initial-scale=1"><style>Body{background-color: black;font-family: cursive;}.glow{font-size: 80px;color: #fff;text-align: center;-webkit-animation: glow 1s ease-in-out infinite alternate;-moz-animation: glow 1s ease-in-out infinite alternate;animation: glow 1s ease-in-out infinite alternate;}@-webkit-keyframes glow{from{text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;}}</style></head><body><h1 class="glow">(✯_✯)</h1></body></html>

Answered by Anonymous
0

Answer:

&lt;!DOCTYPE html&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;SVG </p><p>Text Animation&lt;/title&gt;&lt;style&gt;body{margin:0;padding:0;background-color:#444;}.a{stroke-dasharray: 2000;stroke-dashoffset: 0;animation: dash 20s linear;text-shadow:0px 0px 20px red;}@keyframes dash{from{stroke-dashoffset: 2000;}to{stroke-dashoffset: 0;}0%{fill: none;}30%{fill:red ;}from{stroke: aqua}to{stroke: ;}}&lt;/style&gt;&lt;/head&gt;&lt;body&gt;&lt;svg width="100%" height="500" &gt;&lt;text class="a" x="5px" y="200"style=" font-size: 60;stroke:#f00;fill: #red;"&gt;MrSanTaBeaTs &lt;/text&gt;&lt;/svg&gt;&lt;/body&gt;&lt;/html&gt;

Similar questions