mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Added easter egg (a pacman game)
This commit is contained in:
16
assets/css/components/pacman.css
Normal file
16
assets/css/components/pacman.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user