Skip to content

Instantly share code, notes, and snippets.

@cm85
Created July 15, 2016 01:51
Show Gist options
  • Save cm85/4d805007331a3aba131a1c42c3917f87 to your computer and use it in GitHub Desktop.
Save cm85/4d805007331a3aba131a1c42c3917f87 to your computer and use it in GitHub Desktop.
Zombie Maker
<h2>The Game Turning The World Into Zombies</h2>
<br>
<body>
<div class="pokeball">
</body>
h2 {
background-color: rgb(169, 181, 181);
text-align: center
}
body {
background-color: rgb(169, 181, 181);
}
.pokeball {
height: 200px;
width: 200px;
position: absolute;
left: 50%;
top: 50%;
margin: -100px -100px;
background-image: linear-gradient(to bottom, rgb(222, 22, 2) 95px, rgb(0, 0, 0) 95px, rgb(0, 0, 0) 105px, rgb(255, 255, 255) 10px, rgb(255, 255, 255));
border-radius: 50%;
border: solid 10px;
}
.pokeball::before {
content: '';
height: 30px;
width: 30px;
position: absolute;
top: 75px;
left: 75px;
border-radius: 50px;
border: solid 10px rgb(255, 255, 255);
background-color: rgb(204, 204, 204);
box-shadow: 0px 0px 0px 5px;
}

Zombie Maker

This is the game turning the World into walking Zombies on there phones wile gamers are taking over the streets.

A Pen by Carlo Moscatiello on CodePen.

License.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment