Added easter egg (a pacman game)

This commit is contained in:
2019-01-11 16:34:43 +01:00
parent 457712cd35
commit 41354be949
32 changed files with 1463 additions and 2 deletions

View File

@ -0,0 +1,16 @@
/**
* Pacman stylesheet
*
* @author Pierre HUBERT
*/
.pacman-iframe {
width: 342px;
height: 426px;
margin: auto;
display: block;
}
.pacman-iframe + p {
text-align: center;
}