UNPKG
exprimus
Version:
latest (0.5.2)
0.5.2
0.5.1
0.5.0
Binds Express and any real time engine through Primus
github.com/Xananax/exprimus
Xananax/exprimus
exprimus
/
example
/
public
/
style.css
15 lines
(13 loc)
•
197 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
body
{
padding
:
50px
;
font
:
14px
"Lucida Grande"
, Helvetica, Arial, sans-serif; }
a
{
color
:
#00B7FF
; }
#answer
{
padding
:
1em
;
background
:
#eee
;
min-height
:
10em
;
border
:
1px
dashed
#ccc
; }