dev game

Ein spiel wo man die angezeigten Wörter abtippen muss
Kommentar abgeben zu diesen Beitrag/Code ?
Dann hier klicken

Der hier verwendete Code

<style>
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,600);
body {
background: #272727;
font-family: "Source Code Pro", monospace;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#hero {
position: absolute;
display: block;
left: 275px;
bottom: calc(10% - 25px);
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: #4cc3d9;
border-radius: 50%;
box-shadow: 0px 0px 0px 4px #2aafc8;
z-index: 8;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.active #hero {
-webkit-animation: dance 0.5173305742s alternate linear infinite;
animation: dance 0.5173305742s alternate linear infinite;
}
#bloodshed {
position: absolute;
top: 0;
left: 0;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX