1 2 <meta name="apple-touch-fullscreen" content="YES">3 <meta name="apple-mobile-web-app-capable" content="yes">4 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">5 6 <div style="text-align: center;">7 8 <br><br><br>9 10 <p>11 <h1>Quickers</h1>12 is the best place to job in the word.<br>13 <br>14 </p>15 16 <input type="email" placeholder="your email"><br>17 <br>18 19 <button>I want more!</button>20 21 22 </div>23 24 <style>25 * {26 background-color: fuchsia;27 color: lime;28 animation:pink 0.5s infinite;29 }30 31 input, button {32 border: solid red 1px;33 }34 35 button {36 background-color: red;37 }38 39 @keyframes pink {40 0% {41 background-color:fuchsia;42 color: lime;43 }44 50% {45 background:lime;46 color: fuchsia;47 }48 100% {49 background:fuchsia;50 color: lime;51 }52 }53 54 </style>
Enlace
El enlace para compartir es: