Math, asked by bavitha4927, 6 months ago

Write the next two numbers of form 4422081

Answers

Answered by legendsword17
0

Answer:

<!DOCTYPE html>\ \textless \ br /\ \textgreater \ <html>\ \textless \ br /\ \textgreater \ <head>\ \textless \ br /\ \textgreater \ <meta name="viewport" content="width=device-width, initial-scale=1">\ \textless \ br /\ \textgreater \ <style>\ \textless \ br /\ \textgreater \ body {\ \textless \ br /\ \textgreater \ background-color: rgb(0, 0, 0);\ \textless \ br /\ \textgreater \ font-family: cursive;\ \textless \ br /\ \textgreater \ }\ \textless \ br /\ \textgreater \ .glowing {\ \textless \ br /\ \textgreater \ font-size: 80px;\ \textless \ br /\ \textgreater \ color: #fff;\ \textless \ br /\ \textgreater \ text-align: center;\ \textless \ br /\ \textgreater \ -webkit-animation: glowing 1s ease-in-out infinite alternate;\ \textless \ br /\ \textgreater \ -moz-animation: glowing 1s ease-in-out infinite alternate;\ \textless \ br /\ \textgreater \ animation: glowing 1s ease-in-out infinite alternate;\ \textless \ br /\ \textgreater \ }\ \textless \ br /\ \textgreater \ @-webkit-keyframes glowing{\ \textless \ br /\ \textgreater \ from {\ \textless \ br /\ \textgreater \ text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #4f00b6, 0 0 40px #17057c, 0 0 50px #29c2ff, 0 0 60px #96fbff, 0 0 70px #1f0352;\ \textless \ br /\ \textgreater \ }\ \textless \ br /\ \textgreater \ to {\ \textless \ br /\ \textgreater \ text-shadow: 0 0 20px #fff, 0 0 30px #2b4ebe, 0 0 40px #4276e6, 0 0 50px #4644cf, 0 0 60px #3533d1, 0 0 70px #493cbb, 0 0 80px #8beeff;\ \textless \ br /\ \textgreater \ }\ \textless \ br /\ \textgreater \ }\ \textless \ br /\ \textgreater \ </style>\ \textless \ br /\ \textgreater \ </head>\ \textless \ br /\ \textgreater \ <body>\ \textless \ br /\ \textgreater \ <h1 class="glowing">GLOWING TEXT EXAMPLE</h1>\ \textless \ br /\ \textgreater \ </body>\ \textless \ br /\ \textgreater \ </html>

Step-by-step explanation:

This is code for glowing text

Similar questions