UNPKG
brogue-js
Version:
latest (1.7.5)
1.7.5
A 100% Javascript version of Brogue
github.com/funnisimo/brogue-js
funnisimo/brogue-js
brogue-js
/
dist
/
app.css
17 lines
(13 loc)
•
230 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
html
,
body
{
background-color
: black;
color
:
#aaaaaa
;
font-family
:
"DejaVuSansMono"
,
"DejaVu Sans Mono"
, monospace;
font-size
:
14px
; }
#game
{
position
: absolute;
left
:
0
;
top
:
0
;
width
:
100%
;
height
:
100%
; }