mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 20:49:21 +00:00
16 lines
184 B
CSS
16 lines
184 B
CSS
/**
|
|
* Pacman stylesheet
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
.pacman-iframe {
|
|
width: 342px;
|
|
height: 426px;
|
|
margin: auto;
|
|
display: block;
|
|
}
|
|
|
|
.pacman-iframe + p {
|
|
text-align: center;
|
|
} |