17 lines
232 B
CSS
Executable File
17 lines
232 B
CSS
Executable File
/* MARIO */
|
|
.reveal .comment {
|
|
position: absolute;
|
|
margin: auto;
|
|
right: auto;
|
|
bottom: auto;
|
|
width: auto;
|
|
height: auto;
|
|
}
|
|
|
|
.reveal footer {
|
|
position: absolute;
|
|
display: block;
|
|
overflow: visible;
|
|
margin: auto;
|
|
}
|