Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
RishiRecon
GitHub Repository: RishiRecon/exploits
Path: blob/main/misc/emulator/gba/user_css/main.css
28515 views
1
html, body {
2
padding: 0;
3
margin: 0;
4
width: 100%;
5
height: 100%;
6
cursor: none;
7
background:rgb(248, 237, 212);
8
}
9
canvas {
10
position: absolute;
11
top: 0;
12
left: 0;
13
width: 100%;
14
height: 100%;
15
}
16
span {
17
color: blue;
18
bottom: 0px;
19
position: absolute;
20
right: 0px;
21
display: none;
22
font-size: 40pt;
23
font-weight: bold;
24
text-align: right;
25
vertical-align: bottom;
26
font-family: monospace;
27
display:none;
28
}
29
30