UNPKG
fileify-lm
Version:
latest (0.3.1)
0.3.1
Larry Maccherone's fork of James Halliday fileify browserify middleware
lmaccherone/node-fileify
fileify-lm
/
example
/
jade
/
static
/
site.css
17 lines
(14 loc)
•
234 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.msg
{
width
:
500px
;
margin-bottom
:
50px
;
border
:
4px
rgb
(
100
,
150
,
200
) solid; }
.body
{
padding
:
20px
; }
.title
{
background-color
:
rgb
(
100
,
150
,
200
);
color
: white;
font-weight
: bold;
padding
:
5px
; }