QE Position (Branch 12329) (Copy 12361)
✨ METANUCH BOONTHAI
<html> <head> <title>Let's Start </title> <style> body { background: deeppink; margin: 0; font-family: sans-serif; } .card { position: absolute; top: 50%; left: 50%; background-size: cover; background-position: right; transform: translate(-50%, -50%); animation:7s infinite lala; } @keyframes lala { from {transform:matrix();} to{transform:matrix(0.586,0.8,-0.8,0.586,40,10)} } #gogowa { position: fixed; bottom: 10px; right: 10px; background: hsl(172, 59%, 42%); border-radius: 3px; cursor: pointer; } .picone { background: url(https://cdn.discordapp.com/attachments/914728880349253683/940576082946568202/Screenshot_526.png); height: 450px; width: 700px; border-radius: 30px; border: solid 15px hsl(55, 93%, 50%); background-size: cover; background-position: center; } </style> <body> <div class="card picone" id="p2"></div> <div id="gogowa" onclick="cpim();"> GOGOWA </div> <script> var count = 1; cpim(); function cpim() { if (count === 1) { document.getElementById("p2").style.backgroundImage = "url('https://cdn.discordapp.com/attachments/914728880349253683/940576082946568202/Screenshot_526.png')"; count = 2; } else if (count === 2) { document.getElementById("p2").style.backgroundImage = "url('https://cdn.discordapp.com/attachments/914728880349253683/940566809080389662/unknown.png')"; count = 3; } else if (count === 3) { document.getElementById("p2").style.backgroundImage = "url('https://cdn.discordapp.com/attachments/914728880349253683/940590979424092160/Screenshot_523.png')"; count = 1; } } </script> </body> </head> </html>