a CSS Snippetcollection
This Snippetcollection contains a few nice ways to use CSS3 to get astounding RETRO Gaming Symbols.
include the styles.css file in your HTML-Head just like that:
<link rel="stylesheet" href="https://github.com/nilsology/css3retro/master/css/styles.css" type="text/css">
then add the following in your HTML-Body at the position you want it to appear:
here is a list of available classes:
-
pacman
-
pacman-row
-
invader
especially for pacman-row:
<div class="pacman-row">
<div class="pacman center"></div>
<div class="circle right"></div>
<div class="circle right"></div>
</div>
add as many as your screen fits, but:
keep in mind, that you might have to change the width
of .pacman-row { width: auto; [...] }