mirror of
https://github.com/DPS2004/gba.git
synced 2025-01-23 04:50:31 -03:00
27 lines
461 B
CSS
27 lines
461 B
CSS
|
html, body {
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
cursor: none;
|
||
|
}
|
||
|
canvas {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
span {
|
||
|
color: red;
|
||
|
bottom: 0px;
|
||
|
position: absolute;
|
||
|
right: 0px;
|
||
|
display: none;
|
||
|
font-size: 40pt;
|
||
|
font-weight: bold;
|
||
|
text-align: right;
|
||
|
vertical-align: bottom;
|
||
|
font-family: monospace;
|
||
|
display:none;
|
||
|
}
|