QE Position (ฺB-Thun) (Copy 12568)
✨ Bug 9Best
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <style> /* Set Deflaut ---------------------------------------------------------------------- */ * { margin: 0; box-sizing: border-box; } body { width: 100vw; height: 100vh; background-color: #333; } /* Mother Conntainer ---------------------------------------------------------------- */ .wrapper { background-color: #333; width: 100%; height: 100%; overflow: hidden; transform: scale(.8); box-shadow: 0 0 4px 4px rgb(179, 179, 179); border-radius: 20px; } #sky { position: relative; width: 100%; height: 40%; background-image: linear-gradient(to bottom, #71c9ff, #c2e6fc, #d6efff); } #grass { position: relative; width: 100%; height: 40%; background-color: #619d17; } #road { position: relative; width: 100%; height: 20%; background-color: #ddcaac; } #side-road { position: absolute; top: 0; width: 100%; height: 5px; background-color: #a38e6d; } /* Element --------------------------------------------------------------------------- */ .sun { position: absolute; top: 20px; left: 10%; width: 90px; height: 90px; background-color: #F39C12; border-radius: 50%; box-shadow: 0 0 0 10px #FA961B, 0 0 0 20px #FCB033, 0 0 0 30px #FECC51, 0 0 0 40px #FFE469, 0 0 0 50px #FCF3CF, 0 0 30px 80px #F9E79F; animation: sunrise 2s infinite linear forwards, rays 2s 2s infinite linear; } #chair { position: absolute; left: 20px; bottom: 125px; height: 50px; width: 50px; z-index: 100; } #bush { display: flex; position: absolute; overflow: hidden; width: 100%; top: -100px; left: 0; } #tree-left { position: absolute; left: -100px; bottom: 50px; z-index: 80; } .mek { position: absolute; left: -300px; top: 75px; z-index: 3; animation: mek-move 15s linear 1s infinite; } /* Best */ #best { height: 300px; position: absolute; top: -100px; left: 850px; z-index:50; } /* Chompoo */ .pot-chompoo { position: absolute; left: 311px; top: 150px; z-index: 80; } .grass-chompoo { position: absolute; left: 250px; top: 90px; z-index: 90; } .pic-chompoo { position: absolute; left: 290px; top: 65px; animation: pic-jumping; animation-duration: 3s; animation-iteration-count: infinite; } /* Mod */ .picnic-mod { position: absolute; right: 30px; top: 0; } .dog-mod { position: absolute; right: 200px; top: 115px; animation: pic-jumping; animation-duration: 2s; animation-iteration-count: infinite; z-index: 60; } .tree-right { position: absolute; right: -100px; bottom: 150px; z-index: 4; } .mod { position: absolute; right: 0; top: 25px; z-index: 60; } /* Tangva */ .car-tangva { position: absolute; right: -350px; bottom: -229px; animation: drive 10s infinite linear; z-index: 300; } .tangva { position: absolute; right: 350px; bottom: 315px; } /* Rome */ .rome { position: absolute; bottom: -175px; right: -450px; animation: drive 10s infinite ease-out; z-index: 250; } /* Bam */ #bam { position: absolute; height: 150px; top: 17%; left: -200px; opacity: 95%; z-index: 2; animation: pic_bam 15s linear 1s infinite; } /* Thun */ #thun { position: absolute; height: 275px; top: -280px; /* right: -73px; */ right: 200px; left: auto; z-index: 50; transform: rotate(20deg); } /* Nick */ .nick { position: absolute; z-index: 1px; bottom: -20px; left: 600px; z-index: 10; } /* Earth */ .earth { position: absolute; left: 8px; top: 10px; } /* Ohm */ .sitter_ohm { position: absolute; left: 40px; bottom: 150px; height: 130px; width: 50px; z-index: 200; animation: duk-dik infinite; animation-duration: 4s; animation-iteration-count: infinite; } .sitter_ohm:hover { animation: panic 0.5s; animation-iteration-count: infinite; } /* Animation --------------------------------------------------------------------------- */ @keyframes pic-jumping { 0% { transform: translateY(0%); animation-timing-function: ease-out; } 50% { transform: translateY(-30%); animation-timing-function: ease-in; } 100% { transform: translateY(0%); } } @keyframes mek-move { to { transform: translatex(100vw); } } @keyframes pic_bam { from {} to { transform: translatex(100vw); } } @keyframes sunrise { 0% { box-shadow: none; } } @keyframes rays { 0% { box-shadow: 0 0 0 0 #FFDE0080, 0 0 0 10px #FFDE0080, 0 0 0 20px #FFDE0040, 0 0 0 30px #FFDE0020, 0 0 0 40px #FFDE0010, 0 0 30px 80px #FFDE0010; } 100% { box-shadow: 0 0 0 10px #FFDE0080, 0 0 0 20px #FFDE0040, 0 0 0 30px #FFDE0020, 0 0 0 40px #FFDE0010, 0 0 0 50px #FFDE0000, 0 0 30px 80px #FFDE0010; } } @keyframes drive { to { transform: translateX(-125vw); } } @keyframes panic { 0% { transform: translate(1px, 1px) rotate(0deg); } 10% { transform: translate(-1px, -2px) rotate(-1deg); } 20% { transform: translate(-3px, 0px) rotate(1deg); } 30% { transform: translate(3px, 2px) rotate(0deg); } 40% { transform: translate(1px, -1px) rotate(1deg); } 50% { transform: translate(-1px, 2px) rotate(-1deg); } 60% { transform: translate(-3px, 1px) rotate(0deg); } 70% { transform: translate(3px, 1px) rotate(-1deg); } 80% { transform: translate(-1px, -1px) rotate(1deg); } 90% { transform: translate(1px, 2px) rotate(0deg); } 100% { transform: translate(1px, -2px) rotate(-1deg); } } @keyframes duk-dik { 0% { transform: rotate(-3deg); animation-timing-function: linear; } 50% { transform: rotate(3deg); animation-timing-function: linear; } 100% { transform: rotate(-3deg); } } </style> </head> <body> <div class="wrapper"> <!-- Sky --> <div id="sky"> <div class="sun"> <div class="earth"> <img src="https://media.discordapp.net/attachments/793500625778114570/940543275356532736/269667346_1347326565691993_4228853605283531013_n-removebg-preview-removebg-preview1.png" height="75px" width="75px"> </div> </div> <div class="mek"> <img src="https://media.discordapp.net/attachments/932852201859207189/940476622597935104/-removebg-preview.png"> </div> <img id="bam" src="https://cdn.discordapp.com/attachments/859670322160599051/940523900452892742/8C021BF8-A2BD-4B2D-8148-178814B068D2.png"> </div> <!-- Glass --> <div id="grass"> <div id="chair"> <img src="https://cdn.discordapp.com/attachments/918375486315434034/940585491668025414/C20C1337-5685-46DE-9B48-B8F7FD336E74-removebg-preview.png" height="125px" width="300px"> </div> <div class="sitter_ohm"> <img src="https://cdn.discordapp.com/attachments/769257277320331276/940473065266085888/Sitting_OHM.png" height="300px" width="300px"> </div> <div id="bush"> <img src="https://cdn.discordapp.com/attachments/932852201859207189/940511083641323560/shrub-5624083.png" height="200px"> <img src="https://cdn.discordapp.com/attachments/932852201859207189/940511083641323560/shrub-5624083.png" height="200px"> <img src="https://cdn.discordapp.com/attachments/932852201859207189/940511083641323560/shrub-5624083.png" height="200px"> <img src="https://cdn.discordapp.com/attachments/932852201859207189/940511083641323560/shrub-5624083.png" height="200px"> </div> <div id="tree-left"> <img src="https://cdn.discordapp.com/attachments/932852201859207189/940474777397780500/1-removebg-preview.png" height="400px"> </div> <img id="best" src="https://cdn.discordapp.com/attachments/918375486315434034/940586309108531280/272088658_324159792976457_5926055460363491426_n-removebg-preview.png"> <div class="pot-chompoo"> <img src="https://cdn.discordapp.com/attachments/918375486315434034/940490419144380426/-removebg-preview.png" width="80" height="70"> </div> <div class="pic-chompoo"> <img src="https://media.discordapp.net/attachments/918375486315434034/940477667071885312/3-removebg-preview_1.png" width="120" height="160"> </div> <div class="grass-chompoo"> <img src="https://media.discordapp.net/attachments/932852201859207189/940513992516968469/2-removebg-preview.png" width="270" height="230"> </div> <img id="thun" src="https://cdn.discordapp.com/attachments/932852201859207189/940512915876884520/thundy.png"> <div class="picnic-mod"> <img src="https://cdn.discordapp.com/attachments/932852201859207189/940475137873031238/picnic-removebg-preview.png" width="350" height="350"> </div> <div class="dog-mod"> <img src="https://cdn.discordapp.com/attachments/867056877895286806/940508234723229746/dog-removebg-preview.png" width="100" height="80"> </div> <div class="tree-right"> <img src="https://media.discordapp.net/attachments/932852201859207189/940519153704505405/png-clipart-trees-green-tree-removebg-preview.png?width=473&height=473" height="475px" width="450px"> </div> <div class="mod"> <img src="https://cdn.discordapp.com/attachments/867056877895286806/940503529666252860/3-removebg-preview.png" width="275px" height="275px"> </div> <div class="nick"> <img src="https://media.discordapp.net/attachments/859670322160599051/940523900767457330/F98BCD16-131B-46B7-95A7-BF881A3DFAD6.png?width=331&height=669" width="200" height="400"> </div> </div> <!-- Road --> <div id="road"> <div id="side-road"> </div> <div class="car-tangva"> <img src="https://cdn.discordapp.com/attachments/933721474324381707/940503581319131146/kisspng-sports-car-clip-art-cartoon-car-5acab3b8460727.6663981915232337202869.png" width="850px" height="650px"> <div class="tangva"> <img src="https://cdn.discordapp.com/attachments/933721474324381707/940482991233331240/IMG_0738-removebg-preview.png" width="160px" height="160px"> </div> </div> <div class="rome"> <img src="https://cdn.discordapp.com/attachments/920339331607035946/940531634850123796/png-clipart-wally-west-flash-chibiusa-drawing-flash-superhero-chibi.png" width="650px" height="650px"> </div> </div> </div> </body> </html>